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

/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe.h193 #define PPPOE_OVERHEAD 6 /* type, code, session, length */ macro
194 #define HDR_SIZE (sizeof(struct ethhdr) + PPPOE_OVERHEAD)
195 #define MAX_PPPOE_PAYLOAD (ETH_JUMBO_LEN - PPPOE_OVERHEAD)
198 #define TOTAL_OVERHEAD (PPPOE_OVERHEAD + PPP_OVERHEAD)

Completed in 22 milliseconds