Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_pppoe.c117 NGM_PPPOE_COOKIE,
124 NGM_PPPOE_COOKIE,
131 NGM_PPPOE_COOKIE,
138 NGM_PPPOE_COOKIE,
145 NGM_PPPOE_COOKIE,
152 NGM_PPPOE_COOKIE,
159 NGM_PPPOE_COOKIE,
166 NGM_PPPOE_COOKIE,
173 NGM_PPPOE_COOKIE,
180 NGM_PPPOE_COOKIE,
[all …]
H A Dng_pppoe.h51 #define NGM_PPPOE_COOKIE 1089893072 macro
/freebsd/libexec/pppoed/
H A Dpppoed.c242 if (NgSendMsg(cs, spath, NGM_PPPOE_COOKIE, NGM_PPPOE_LISTEN, in ConfigureNode()
330 if (NgSendMsg(cs, path, NGM_PPPOE_COOKIE, NGM_PPPOE_OFFER, in Spawn()
345 if (NgSendMsg(cs, path, NGM_PPPOE_COOKIE, NGM_PPPOE_SERVICE, in Spawn()
393 if (rep->header.typecookie != NGM_PPPOE_COOKIE) { in Spawn()
395 (long)rep->header.typecookie, (long)NGM_PPPOE_COOKIE); in Spawn()
/freebsd/usr.sbin/ppp/
H A Dether.c253 if (rep->header.typecookie != NGM_PPPOE_COOKIE) { in ether_MessageIn()
255 (long)rep->header.typecookie, (long)NGM_PPPOE_COOKIE); in ether_MessageIn()
632 if (NgSendMsg(dev->cs, connectpath, NGM_PPPOE_COOKIE, in ether_Create()
648 if (NgSendMsg(dev->cs, connectpath, NGM_PPPOE_COOKIE, in ether_Create()