Searched refs:NG_CONTROL (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/netgraph/
H A Dng_socket.h53 #define NG_CONTROL 2 macro
H A Dng_socket.c213 ng_detach_common(pcbp, NG_CONTROL);
538 if ((error = ng_attach_common(so, NG_CONTROL)) != 0)
544 ng_detach_common(pcbp, NG_CONTROL);
626 case NG_CONTROL:
1149 .pr_protocol = NG_CONTROL,
1206 SYSCTL_INT(_net_graph_control, OID_AUTO, proto, CTLFLAG_RD, SYSCTL_NULL_INT_PTR, NG_CONTROL, "");
/freebsd-10.2-release/usr.bin/netstat/
H A Dnetgraph.c102 if (strcmp(name, "ctrl") == 0 && ngpcb.type != NG_CONTROL)
/freebsd-10.2-release/lib/libnetgraph/
H A Dsock.c76 if ((cs = socket(AF_NETGRAPH, SOCK_DGRAM, NG_CONTROL)) < 0) {
84 cs = socket(AF_NETGRAPH, SOCK_DGRAM, NG_CONTROL);

Completed in 174 milliseconds