Home
last modified time | relevance | path

Searched refs:LOOKUP_DST_PORT (Results 1 – 6 of 6) sorted by relevance

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl_headers.py67 LOOKUP_DST_PORT = 3 variable in IpFwTableLookupType
H A Dinsn_headers.py206 LOOKUP_DST_PORT = 3 variable in IpFwTableLookupType
/freebsd/sys/netinet/
H A Dip_fw.h451 LOOKUP_DST_PORT, enumerator
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c2209 case LOOKUP_DST_PORT: in ipfw_chk()
2225 if (lookup_type == LOOKUP_DST_PORT) in ipfw_chk()
H A Dip_fw_table.c2188 case LOOKUP_DST_PORT: in classify_srcdst()
/freebsd/sbin/ipfw/
H A Dipfw2.c320 { "dst-port", LOOKUP_DST_PORT },
5571 case LOOKUP_DST_PORT: in compile_rule()