Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_pppoe.h66 #define NG_PPPOE_3COM "3Com" macro
67 #define NG_PPPOE_NONSTANDARD NG_PPPOE_3COM
H A Dng_pppoe.c1072 if (len == strlen(NG_PPPOE_3COM) && in ng_pppoe_rcvmsg()
1073 (strncmp(NG_PPPOE_3COM, s, len) == 0)) { in ng_pppoe_rcvmsg()
1095 len += strlen(NG_PPPOE_3COM) + 1; in ng_pppoe_rcvmsg()
1110 len = strlen(NG_PPPOE_3COM); in ng_pppoe_rcvmsg()
1111 strlcpy(s, NG_PPPOE_3COM, len + 1); in ng_pppoe_rcvmsg()
/f-stack/tools/compat/include/netgraph/
H A Dng_pppoe.h68 #define NG_PPPOE_3COM "3Com" macro
69 #define NG_PPPOE_NONSTANDARD NG_PPPOE_3COM