Home
last modified time | relevance | path

Searched refs:NG_PPPOE_DLINK (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_pppoe.h68 #define NG_PPPOE_DLINK "D-Link" macro
H A Dng_pppoe.c1079 if (len == strlen(NG_PPPOE_DLINK) && in ng_pppoe_rcvmsg()
1080 (strncmp(NG_PPPOE_DLINK, s, len) == 0)) { in ng_pppoe_rcvmsg()
1097 len += strlen(NG_PPPOE_DLINK) + 1; in ng_pppoe_rcvmsg()
1117 len = strlen(NG_PPPOE_DLINK); in ng_pppoe_rcvmsg()
1118 strlcpy(s, NG_PPPOE_DLINK, len + 1); in ng_pppoe_rcvmsg()
/f-stack/tools/compat/include/netgraph/
H A Dng_pppoe.h70 #define NG_PPPOE_DLINK "D-Link" macro