OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PPPOE_MTU
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/plugins/rp-pppoe/
plugin.c
193
if (mtu >
MAX_PPPOE_MTU
) {
195
mtu =
MAX_PPPOE_MTU
;
218
if (mru >
MAX_PPPOE_MTU
)
pppoe.h
225
#define
MAX_PPPOE_MTU
(MAX_PPPOE_PAYLOAD - 2)
Completed in 1468 milliseconds