Searched refs:PPPOE_MSGMAX (Results 1 – 3 of 3) sorted by relevance
45 #define PKT_INPUT_LEN PPPOE_MSGMAX47 #define PKT_OUTPUT_LEN PPPOE_MSGMAX
209 if (sizeof (*poep) + plen + POET_HDRLEN + dlen > PPPOE_MSGMAX) in poe_tag_insert()268 if (sizeof (*poep) + plen + tlen > PPPOE_MSGMAX) in poe_tag_copy()
60 #define PPPOE_MSGMAX 1500 /* Maximum possible message length */ macro