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

/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe.h224 #define MAX_PPPOE_PAYLOAD (ETH_DATA_LEN - PPPOE_OVERHEAD) macro
225 #define MAX_PPPOE_MTU (MAX_PPPOE_PAYLOAD - 2)
314 if (((cursor)-(start))+(len) > MAX_PPPOE_PAYLOAD) { \

Completed in 71 milliseconds