Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_pppoe.h76 NGM_PPPOE_OFFER = 4, /* Server, hook X should respond (*) */ enumerator
H A Dng_pppoe.c132 NGM_PPPOE_OFFER,
800 case NGM_PPPOE_OFFER: in ng_pppoe_rcvmsg()
1027 case NGM_PPPOE_OFFER: in ng_pppoe_rcvmsg()
/freebsd/libexec/pppoed/
H A Dpppoed.c330 if (NgSendMsg(cs, path, NGM_PPPOE_COOKIE, NGM_PPPOE_OFFER, in Spawn()
403 case NGM_PPPOE_OFFER: msg = "OFFER"; break; in Spawn()
/freebsd/usr.sbin/ppp/
H A Dether.c264 case NGM_PPPOE_OFFER: msg = "OFFER"; break; in ether_MessageIn()