Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_pppoe.c235 PPPOE_SREQ, /* [Client] Sent a Request */ enumerator
1713 if (sp->state == PPPOE_SREQ || in ng_pppoe_rcvdata_ether()
1737 sp->state = PPPOE_SREQ; in ng_pppoe_rcvdata_ether()
1765 sp->state = PPPOE_SREQ; in ng_pppoe_rcvdata_ether()
1873 if (sp->state != PPPOE_SREQ) in ng_pppoe_rcvdata_ether()
2136 case PPPOE_SREQ: in pppoe_ticker()
2143 if (sp->state == PPPOE_SREQ) { in pppoe_ticker()