Searched refs:NG_PPPOE_DLINK (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netgraph/
H A Dng_pppoe.h68 #define NG_PPPOE_DLINK "D-Link" macro
H A Dng_pppoe.c1077 if (len == strlen(NG_PPPOE_DLINK) &&
1078 (strncmp(NG_PPPOE_DLINK, s, len) == 0)) {
1095 len += strlen(NG_PPPOE_DLINK) + 1;
1115 len = strlen(NG_PPPOE_DLINK);
1116 strlcpy(s, NG_PPPOE_DLINK, len + 1);

Completed in 108 milliseconds