Searched refs:MAX_PPPOE_PAYLOAD (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/ppp/dist/pppd/plugins/pppoe/
H A Dpppoe.h192 #define MAX_PPPOE_PAYLOAD (ETH_JUMBO_LEN - PPPOE_OVERHEAD) macro
194 #define MAX_PPPOE_MTU (MAX_PPPOE_PAYLOAD - PPP_OVERHEAD)
319 if (((cursor)-(start))+(len) > MAX_PPPOE_PAYLOAD) { \

Completed in 140 milliseconds