Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dtables.c349 { "dst-port", IPFW_TFFLAG_DSTPORT },
1369 if ((tflags & IPFW_TFFLAG_DSTPORT) != 0) { in tentry_fill_key_type()
1966 if ((i->tflags & IPFW_TFFLAG_DSTPORT) != 0) { in table_show_entry()
/freebsd/sys/netinet/
H A Dip_fw.h1098 #define IPFW_TFFLAG_DSTPORT 0x08 macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c3291 if (tflags & IPFW_TFFLAG_DSTPORT) { in ta_init_fhash()