Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ipfw/
H A Dtables.c97 { "pipe", IPFW_VTYPE_PIPE },
1587 case IPFW_VTYPE_PIPE: in tentry_fill_value()
1843 case IPFW_VTYPE_PIPE: in table_show_value()
/freebsd-14.2/sys/netinet/
H A Dip_fw.h785 #define IPFW_VTYPE_PIPE 0x00000002 /* pipe/queue */ macro
/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_table_value.c109 _MCPY(pipe, IPFW_VTYPE_PIPE); in mask_table_value()