Searched refs:NGM_PPPOE_LISTEN (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/netgraph/
H A Dng_pppoe.h77 NGM_PPPOE_LISTEN = 3, /* Server, Await a request for this service */ enumerator in enum:cmd
118 * When this structure is accepted by the NGM_PPPOE_LISTEN command.
H A Dng_pppoe.c111 NGM_PPPOE_LISTEN,
785 case NGM_PPPOE_LISTEN:
833 if (msg->header.cmd == NGM_PPPOE_LISTEN) {
990 case NGM_PPPOE_LISTEN:
/freebsd-13-stable/libexec/pppoed/
H A Dpppoed.c244 if (NgSendMsg(cs, spath, NGM_PPPOE_COOKIE, NGM_PPPOE_LISTEN,
404 case NGM_PPPOE_LISTEN: msg = "LISTEN"; break;
/freebsd-13-stable/usr.sbin/ppp/
H A Dether.c265 case NGM_PPPOE_LISTEN: msg = "LISTEN"; break;

Completed in 119 milliseconds