Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_fw.h532 #define DYN_SRC_PORT 0x2 macro
/freebsd/sbin/ipfw/
H A Dipfw2.c207 {"all", DYN_SRC_ADDR|DYN_SRC_PORT|DYN_DST_ADDR|DYN_DST_PORT},
209 {"src-port", DYN_SRC_PORT},
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c1932 id.src_port = (limit_mask & DYN_SRC_PORT) ? in dyn_install_state()