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

/freebsd-13-stable/sys/netgraph/
H A Dng_socket.h53 #define NG_CONTROL 2 macro
H A Dng_socket.c215 ng_detach_common(pcbp, NG_CONTROL);
557 if ((error = ng_attach_common(so, NG_CONTROL)) != 0)
563 ng_detach_common(pcbp, NG_CONTROL);
645 case NG_CONTROL:
1175 .pr_protocol = NG_CONTROL,
1234 SYSCTL_INT(_net_graph_control, OID_AUTO, proto, CTLFLAG_RD, SYSCTL_NULL_INT_PTR, NG_CONTROL, "");
/freebsd-13-stable/usr.bin/netstat/
H A Dnetgraph.c103 if (strcmp(name, "ctrl") == 0 && ngpcb.type != NG_CONTROL)
/freebsd-13-stable/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 124 milliseconds