Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dtables.c97 { "pipe", IPFW_VTYPE_PIPE },
1585 case IPFW_VTYPE_PIPE: in tentry_fill_value()
1841 case IPFW_VTYPE_PIPE: in table_show_value()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_value.c112 _MCPY(pipe, IPFW_VTYPE_PIPE); in mask_table_value()
/freebsd/sys/netinet/
H A Dip_fw.h881 #define IPFW_VTYPE_PIPE 0x00000002 /* pipe/queue */ macro