Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dtables.c347 { "src-port", IPFW_TFFLAG_SRCPORT },
1300 if ((tflags & IPFW_TFFLAG_SRCPORT) != 0) { in tentry_fill_key_type()
1915 if ((i->tflags & IPFW_TFFLAG_SRCPORT) != 0) { in table_show_entry()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h998 #define IPFW_TFFLAG_SRCPORT 0x04 macro
/f-stack/freebsd/netinet/
H A Dip_fw.h998 #define IPFW_TFFLAG_SRCPORT 0x04 macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c3282 if (tflags & IPFW_TFFLAG_SRCPORT) { in ta_init_fhash()