Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dtables.c348 { "dst-ip", IPFW_TFFLAG_DSTIP },
1342 if ((tflags & IPFW_TFFLAG_DSTIP) != 0) { in tentry_fill_key_type()
1952 if ((i->tflags & IPFW_TFFLAG_DSTIP) != 0) { in table_show_entry()
/freebsd/sys/netinet/
H A Dip_fw.h1135 #define IPFW_TFFLAG_DSTIP 0x02 macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c3283 if (tflags & IPFW_TFFLAG_DSTIP) { in ta_init_fhash()