Home
last modified time | relevance | path

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

/freebsd-src/sys/netinet/
H A Dip_fw.h460 #define DYN_DST_PORT 0x8 macro
/freebsd-src/sbin/ipfw/
H A Dipfw2.c205 {"all", DYN_SRC_ADDR|DYN_SRC_PORT|DYN_DST_ADDR|DYN_DST_PORT},
209 {"dst-port", DYN_DST_PORT},
/freebsd-src/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c1882 id.dst_port = (limit_mask & DYN_DST_PORT) ? in dyn_install_state()