Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_pppoe.h80 NGM_PPPOE_SERVICE = 8, /* additional Service to advertise (in PADO) */ enumerator
H A Dng_pppoe.c139 NGM_PPPOE_SERVICE,
801 case NGM_PPPOE_SERVICE: in ng_pppoe_rcvmsg()
861 if (msg->header.cmd == NGM_PPPOE_SERVICE) in ng_pppoe_rcvmsg()
1047 case NGM_PPPOE_SERVICE: in ng_pppoe_rcvmsg()
/freebsd/libexec/pppoed/
H A Dpppoed.c345 if (NgSendMsg(cs, path, NGM_PPPOE_COOKIE, NGM_PPPOE_SERVICE, in Spawn()