Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_pppoe.h177 #define PPPOE_TIMEOUT_LIMIT 64 macro
H A Dng_pppoe.c2124 if ((neg->timeout <<= 1) > PPPOE_TIMEOUT_LIMIT) { in pppoe_ticker()
2129 neg->timeout = PPPOE_TIMEOUT_LIMIT; in pppoe_ticker()
/f-stack/tools/compat/include/netgraph/
H A Dng_pppoe.h168 #define PPPOE_TIMEOUT_LIMIT 64 macro