OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPPOE_OVERHEAD
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/plugins/rp-pppoe/
pppoe.h
193
#define
PPPOE_OVERHEAD
6 /* type, code, session, length */
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)
common.c
61
if (len > ETH_JUMBO_LEN -
PPPOE_OVERHEAD
) { /* 6-byte overhead for PPPoE header */
pppoe-discovery.c
280
if (len > ETH_JUMBO_LEN -
PPPOE_OVERHEAD
) { /* 6-byte overhead for PPPoE header */
Completed in 566 milliseconds