Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dtables.c345 { "src-ip", IPFW_TFFLAG_SRCIP },
1281 if ((tflags & IPFW_TFFLAG_SRCIP) != 0) { in tentry_fill_key_type()
1935 if ((i->tflags & IPFW_TFFLAG_SRCIP) != 0) { in table_show_entry()
/freebsd/sys/netinet/
H A Dip_fw.h1095 #define IPFW_TFFLAG_SRCIP 0x01 macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c3279 if (tflags & IPFW_TFFLAG_SRCIP) { in ta_init_fhash()