Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_pppoe.h179 #define PPPOE_INITIAL_TIMEOUT 2 macro
H A Dng_pppoe.c1291 ng_callout(&neg->handle, node, hook, PPPOE_INITIAL_TIMEOUT * hz, in pppoe_start()
1293 neg->timeout = PPPOE_INITIAL_TIMEOUT * 2; in pppoe_start()
1753 PPPOE_INITIAL_TIMEOUT * hz, in ng_pppoe_rcvdata_ether()
1755 neg->timeout = PPPOE_INITIAL_TIMEOUT * 2; in ng_pppoe_rcvdata_ether()
/f-stack/tools/compat/include/netgraph/
H A Dng_pppoe.h170 #define PPPOE_INITIAL_TIMEOUT 2 macro