Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/rp-pppoe/
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)
Dcommon.c61 if (len > ETH_JUMBO_LEN - PPPOE_OVERHEAD) { /* 6-byte overhead for PPPoE header */ in parsePacket()
Dpppoe-discovery.c280 if (len > ETH_JUMBO_LEN - PPPOE_OVERHEAD) { /* 6-byte overhead for PPPoE header */ in parsePacket()