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

/freebsd-10.0-release/sys/netgraph/
H A Dng_pppoe.h53 #define NGM_PPPOE_COOKIE 1089893072 macro
H A Dng_pppoe.c102 NGM_PPPOE_COOKIE,
109 NGM_PPPOE_COOKIE,
116 NGM_PPPOE_COOKIE,
123 NGM_PPPOE_COOKIE,
130 NGM_PPPOE_COOKIE,
137 NGM_PPPOE_COOKIE,
144 NGM_PPPOE_COOKIE,
151 NGM_PPPOE_COOKIE,
158 NGM_PPPOE_COOKIE,
165 NGM_PPPOE_COOKIE,
[all...]
/freebsd-10.0-release/libexec/pppoed/
H A Dpppoed.c242 if (NgSendMsg(cs, spath, NGM_PPPOE_COOKIE, NGM_PPPOE_LISTEN,
330 if (NgSendMsg(cs, path, NGM_PPPOE_COOKIE, NGM_PPPOE_OFFER,
345 if (NgSendMsg(cs, path, NGM_PPPOE_COOKIE, NGM_PPPOE_SERVICE,
393 if (rep->header.typecookie != NGM_PPPOE_COOKIE) {
395 (long)rep->header.typecookie, (long)NGM_PPPOE_COOKIE);
/freebsd-10.0-release/usr.sbin/ppp/
H A Dether.c253 if (rep->header.typecookie != NGM_PPPOE_COOKIE) {
255 (long)rep->header.typecookie, (long)NGM_PPPOE_COOKIE);
632 if (NgSendMsg(dev->cs, connectpath, NGM_PPPOE_COOKIE,
648 if (NgSendMsg(dev->cs, connectpath, NGM_PPPOE_COOKIE,

Completed in 134 milliseconds