Home
last modified time | relevance | path

Searched refs:NG_CONTROL (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_socket.h53 #define NG_CONTROL 2 macro
H A Dng_socket.c215 ng_detach_common(pcbp, NG_CONTROL); in ngc_detach()
551 if ((error = ng_attach_common(so, NG_CONTROL)) != 0) in ng_attach_cntl()
557 ng_detach_common(pcbp, NG_CONTROL); in ng_attach_cntl()
639 case NG_CONTROL: in ng_detach_common()
1169 .pr_protocol = NG_CONTROL,
1228 SYSCTL_INT(_net_graph_control, OID_AUTO, proto, CTLFLAG_RD, SYSCTL_NULL_INT_PTR, NG_CONTROL, "");
/f-stack/tools/compat/include/netgraph/
H A Dng_socket.h53 #define NG_CONTROL 2 macro
/f-stack/tools/libnetgraph/
H A Dsock.c76 if ((cs = socket(AF_NETGRAPH, SOCK_DGRAM, NG_CONTROL)) < 0) { in NgMkSockNode()
85 cs = socket(AF_NETGRAPH, SOCK_DGRAM, NG_CONTROL); in NgMkSockNode()
/f-stack/tools/netstat/
H A Dnetgraph.c103 if (strcmp(name, "ctrl") == 0 && ngpcb.type != NG_CONTROL) in netgraphprotopr()