Home
last modified time | relevance | path

Searched refs:PPPOE_MSGMAX (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.h43 #define PKT_INPUT_LEN PPPOE_MSGMAX
45 #define PKT_OUTPUT_LEN PPPOE_MSGMAX
H A Dcommon.c207 if (sizeof (*poep) + plen + POET_HDRLEN + dlen > PPPOE_MSGMAX) in poe_tag_insert()
266 if (sizeof (*poep) + plen + tlen > PPPOE_MSGMAX) in poe_tag_copy()
/illumos-gate/usr/src/uts/common/net/
H A Dpppoe.h58 #define PPPOE_MSGMAX 1500 /* Maximum possible message length */ macro