Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet/
HDip_fw.h438 #define DYN_DST_PORT 0x8 macro
/freebsd-11-stable/sbin/ipfw/
HDipfw2.c198 {"all", DYN_SRC_ADDR|DYN_SRC_PORT|DYN_DST_ADDR|DYN_DST_PORT},
202 {"dst-port", DYN_DST_PORT},
/freebsd-11-stable/sys/netpfil/ipfw/
HDip_fw_dynamic.c1885 id.dst_port = (limit_mask & DYN_DST_PORT) ? in dyn_install_state()