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

/freebsd-13-stable/sys/netgraph/
H A Dng_pppoe.h51 #define NG_PPPOE_NODE_TYPE "pppoe" macro
H A Dng_pppoe.c199 .name = NG_PPPOE_NODE_TYPE,
/freebsd-13-stable/usr.sbin/ppp/
H A Dether.c101 #define PPPOE_NODE_TYPE_LEN (sizeof NG_PPPOE_NODE_TYPE - 1) /* "PPPoE" */
457 if (p->fd < 0 && !strncasecmp(p->name.full, NG_PPPOE_NODE_TYPE,
569 if (!strcmp(nlink->nodeinfo.type, NG_PPPOE_NODE_TYPE))
586 snprintf(mkp.type, sizeof mkp.type, "%s", NG_PPPOE_NODE_TYPE);
/freebsd-13-stable/libexec/pppoed/
H A Dpppoed.c184 if (strcmp(nlink->nodeinfo.type, NG_PPPOE_NODE_TYPE)) {
198 snprintf(mkp.type, sizeof mkp.type, "%s", NG_PPPOE_NODE_TYPE);

Completed in 166 milliseconds