Home
last modified time | relevance | path

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

/freebsd-11-stable/sbin/ipfw/
HDtables.c346 { "proto", IPFW_TFFLAG_PROTO },
1283 if ((tflags & IPFW_TFFLAG_PROTO) != 0) { in tentry_fill_key_type()
1906 if ((i->tflags & IPFW_TFFLAG_PROTO) != 0) { in table_show_entry()
/freebsd-11-stable/sys/netinet/
HDip_fw.h1001 #define IPFW_TFFLAG_PROTO 0x10 macro
/freebsd-11-stable/sys/netpfil/ipfw/
HDip_fw_table_algo.c3304 if (tflags & IPFW_TFFLAG_PROTO) { in ta_init_fhash()