Home
last modified time | relevance | path

Searched refs:IPFW_VTYPE_NETGRAPH (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/ipfw/
H A Dtables.c100 { "netgraph", IPFW_VTYPE_NETGRAPH },
1577 case IPFW_VTYPE_NETGRAPH: in tentry_fill_value()
1824 case IPFW_VTYPE_NETGRAPH: in table_show_value()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h768 #define IPFW_VTYPE_NETGRAPH 0x00000080 /* netgraph/ngtee */ macro
/f-stack/freebsd/netinet/
H A Dip_fw.h768 #define IPFW_VTYPE_NETGRAPH 0x00000080 /* netgraph/ngtee */ macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_value.c114 _MCPY(netgraph, IPFW_VTYPE_NETGRAPH); in mask_table_value()