Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/ipfw/
H A Dtables.c347 { "dst-ip", IPFW_TFFLAG_DSTIP },
1324 if ((tflags & IPFW_TFFLAG_DSTIP) != 0) { in tentry_fill_key_type()
1920 if ((i->tflags & IPFW_TFFLAG_DSTIP) != 0) { in table_show_entry()
/freebsd-13.1/sys/netinet/
H A Dip_fw.h999 #define IPFW_TFFLAG_DSTIP 0x02 macro
/freebsd-13.1/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c3278 if (tflags & IPFW_TFFLAG_DSTIP) { in ta_init_fhash()