Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/ipfw/
H A Dtables.c88 { "pipe", IPFW_VTYPE_PIPE },
1552 case IPFW_VTYPE_PIPE: in tentry_fill_value()
1803 case IPFW_VTYPE_PIPE: in table_show_value()
/freebsd-12.1/sys/netinet/
H A Dip_fw.h765 #define IPFW_VTYPE_PIPE 0x00000002 /* pipe/queue */ macro
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_fw_table_value.c113 _MCPY(pipe, IPFW_VTYPE_PIPE); in mask_table_value()