Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dtables.c94 { "pipe", IPFW_VTYPE_PIPE },
1562 case IPFW_VTYPE_PIPE: in tentry_fill_value()
1815 case IPFW_VTYPE_PIPE: in table_show_value()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h762 #define IPFW_VTYPE_PIPE 0x00000002 /* pipe/queue */ macro
/f-stack/freebsd/netinet/
H A Dip_fw.h762 #define IPFW_VTYPE_PIPE 0x00000002 /* pipe/queue */ macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_value.c111 _MCPY(pipe, IPFW_VTYPE_PIPE); in mask_table_value()