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

/freebsd-11-stable/sys/netgraph/
H A Dng_ppp.h58 #define NG_PPP_BUNDLE_LINKNUM 0xffff macro
195 /* Statistics struct for a link (or the bundle if NG_PPP_BUNDLE_LINKNUM) */
220 /* Statistics struct for a link (or the bundle if NG_PPP_BUNDLE_LINKNUM) */
H A Dng_ppp.c657 && linkNum != NG_PPP_BUNDLE_LINKNUM)
659 stats = (linkNum == NG_PPP_BUNDLE_LINKNUM) ?
881 if (linkNum == NG_PPP_BUNDLE_LINKNUM)
1077 return (ng_ppp_proto_recv(node, item, PROT_IP, NG_PPP_BUNDLE_LINKNUM));
1209 return (ng_ppp_hcomp_recv(node, item, proto, NG_PPP_BUNDLE_LINKNUM));
1309 return (ng_ppp_comp_recv(node, item, proto, NG_PPP_BUNDLE_LINKNUM));
1517 * This assumes linkNum != NG_PPP_BUNDLE_LINKNUM.
1858 NG_PPP_BUNDLE_LINKNUM);
1961 NG_PPP_BUNDLE_LINKNUM);

Completed in 107 milliseconds