Searched refs:IPFW_TFFLAG_DSTIP (Results 1 – 4 of 4) sorted by relevance
348 { "dst-ip", IPFW_TFFLAG_DSTIP },1318 if ((tflags & IPFW_TFFLAG_DSTIP) != 0) { in tentry_fill_key_type()1919 if ((i->tflags & IPFW_TFFLAG_DSTIP) != 0) { in table_show_entry()
997 #define IPFW_TFFLAG_DSTIP 0x02 macro
3278 if (tflags & IPFW_TFFLAG_DSTIP) { in ta_init_fhash()