Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dtables.c347 { "src-port", IPFW_TFFLAG_SRCPORT },
1327 if ((tflags & IPFW_TFFLAG_SRCPORT) != 0) { in tentry_fill_key_type()
1951 if ((i->tflags & IPFW_TFFLAG_SRCPORT) != 0) { in table_show_entry()
/freebsd/sys/netinet/
H A Dip_fw.h1097 #define IPFW_TFFLAG_SRCPORT 0x04 macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c3287 if (tflags & IPFW_TFFLAG_SRCPORT) { in ta_init_fhash()