Home
last modified time | relevance | path

Searched refs:netgraph (Results 1 – 20 of 20) sorted by relevance

/f-stack/tools/libnetgraph/
H A DMakefile11 LIB= netgraph
13 MAN= netgraph.3
25 INCS= netgraph.h
27 MLINKS+= netgraph.3 NgMkSockNode.3
28 MLINKS+= netgraph.3 NgNameNode.3
29 MLINKS+= netgraph.3 NgSendMsg.3
32 MLINKS+= netgraph.3 NgRecvMsg.3
36 MLINKS+= netgraph.3 NgSendData.3
37 MLINKS+= netgraph.3 NgRecvData.3
39 MLINKS+= netgraph.3 NgSetDebug.3
[all …]
/f-stack/tools/netstat/
H A DMakefile45 SRCS+= netgraph.c
46 LIBADD+= netgraph
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_value.c114 _MCPY(netgraph, IPFW_VTYPE_NETGRAPH); in mask_table_value()
612 v->netgraph = value; in ipfw_import_table_value_legacy()
648 v.netgraph = iv->netgraph; in ipfw_import_table_value_v1()
674 iv.netgraph = v->netgraph; in ipfw_export_table_value_v1()
H A Dip_fw_private.h324 uint32_t netgraph; /* O_NETGRAPH/O_NGTEE */ member
H A Dip_fw2.c3077 args->rule.info = TARG(cmd->arg1, netgraph); in ipfw_chk()
/f-stack/freebsd/netgraph/
H A DNOTES57 - Enhance "netstat" to display all netgraph nodes -- or at least
58 all netgraph socket nodes.
81 - More generally, netgraph code should make liberal use of the
H A Dng_base.c76 MODULE_VERSION(netgraph, NG_ABI_VERSION);
3249 DECLARE_MODULE(netgraph, netgraph_mod, SI_SUB_NETGRAPH, SI_ORDER_FIRST);
H A Dnetgraph.h1109 MODULE_DEPEND(ng_##typename, netgraph, NG_ABI_VERSION, \
/f-stack/tools/ngctl/
H A DMakefile13 LIBADD= netgraph
/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_intel.c159 MODULE_DEPEND(ng_ubt_intel, netgraph, NG_ABI_VERSION, NG_ABI_VERSION, NG_ABI_VERSION);
H A Dng_ubt.c1998 MODULE_DEPEND(ng_ubt, netgraph, NG_ABI_VERSION, NG_ABI_VERSION, NG_ABI_VERSION);
/f-stack/freebsd/
H A DMakefile6 netgraph netinet netinet6 netipsec netpfil \
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket.c265 MODULE_DEPEND(ng_btsocket, netgraph, NG_ABI_VERSION,
/f-stack/tools/ipfw/
H A Dtables.c1497 v->netgraph = val; in set_legacy_value()
1578 v->netgraph = strtol(n, &e, 10); in tentry_fill_value()
1825 l = snprintf(buf, sz, "%u,", v->netgraph); in table_show_value()
2013 uint32_t netgraph; /* O_NETGRAPH/O_NGTEE */ member
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h872 uint32_t netgraph; /* O_NETGRAPH/O_NGTEE */ member
/f-stack/freebsd/netinet/
H A Dip_fw.h872 uint32_t netgraph; /* O_NETGRAPH/O_NGTEE */ member
/f-stack/lib/
H A DMakefile181 VPATH+= $S/netgraph
H A Dff_ng_base.c76 MODULE_VERSION(netgraph, NG_ABI_VERSION);
3277 DECLARE_MODULE(netgraph, netgraph_mod, SI_SUB_NETGRAPH, SI_ORDER_FIRST);
/f-stack/tools/
H A DREADME.md167 netgraph
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h1113 MODULE_DEPEND(ng_##typename, netgraph, NG_ABI_VERSION, \