Searched refs:NG_DATA (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_socket.h | 52 #define NG_DATA 1 macro
|
| H A D | ng_socket.c | 406 ng_detach_common(pcbp, NG_DATA); in ngd_detach() 591 return (ng_attach_common(so, NG_DATA)); in ng_attach_data() 642 case NG_DATA: in ng_detach_common() 1176 .pr_protocol = NG_DATA, 1225 SYSCTL_INT(_net_graph_data, OID_AUTO, proto, CTLFLAG_RD, SYSCTL_NULL_INT_PTR, NG_DATA, "");
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | ng_socket.h | 52 #define NG_DATA 1 macro
|
| /f-stack/tools/netstat/ |
| H A D | netgraph.c | 105 if (strcmp(name, "data") == 0 && ngpcb.type != NG_DATA) in netgraphprotopr()
|
| /f-stack/tools/libnetgraph/ |
| H A D | sock.c | 150 if ((ds = socket(AF_NETGRAPH, SOCK_DGRAM, NG_DATA)) < 0) { in NgMkSockNode()
|