Home
last modified time | relevance | path

Searched refs:NG_DATA (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/netgraph7/socket/
H A Dng_socket.h55 #define NG_DATA 1 macro
H A Dng_socket.c407 ng_detach_common(pcbp, NG_DATA); in ngd_detach()
597 return (ng_attach_common(so, NG_DATA)); in ng_attach_data()
644 case NG_DATA: in ng_detach_common()
1132 .pr_protocol = NG_DATA,
1192 SYSCTL_INT(_net_graph_data, OID_AUTO, proto, CTLFLAG_RD, 0, NG_DATA, "");
/dragonfly/sys/netgraph/socket/
H A Dng_socket.h52 #define NG_DATA 1 macro
H A Dng_socket.c331 ng_detach_common(pcbp, NG_DATA); in ngd_detach()
508 return(ng_attach_common(so, NG_DATA)); in ng_attach_data()
559 case NG_DATA: in ng_detach_common()
1002 .pr_protocol = NG_DATA,
1053 SYSCTL_INT(_net_graph_data, OID_AUTO, proto, CTLFLAG_RD, 0, NG_DATA, "");
/dragonfly/usr.bin/netstat/
H A Dnetgraph.c145 if (strcmp(name, "data") == 0 && ngpcb.type != NG_DATA) in netgraphprotopr()
/dragonfly/lib/libnetgraph/
H A Dsock.c142 if ((ds = socket(AF_NETGRAPH, SOCK_DGRAM, NG_DATA)) < 0) { in NgMkSockNode()
/dragonfly/lib/libnetgraph7/
H A Dsock.c142 if ((ds = socket(AF_NETGRAPH, SOCK_DGRAM, NG_DATA)) < 0) { in NgMkSockNode()