Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ipfw/
Dtables.c345 { "proto", IPFW_TFFLAG_PROTO },
1282 if ((tflags & IPFW_TFFLAG_PROTO) != 0) { in tentry_fill_key_type()
1911 if ((i->tflags & IPFW_TFFLAG_PROTO) != 0) { in table_show_entry()
/freebsd-12-stable/sys/netinet/
Dip_fw.h1005 #define IPFW_TFFLAG_PROTO 0x10 macro
/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_table_algo.c3303 if (tflags & IPFW_TFFLAG_PROTO) { in ta_init_fhash()