Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dip_fw.h438 #define DYN_SRC_PORT 0x2 macro
/freebsd-12-stable/sbin/ipfw/
Dipfw2.c206 {"all", DYN_SRC_ADDR|DYN_SRC_PORT|DYN_DST_ADDR|DYN_DST_PORT},
208 {"src-port", DYN_SRC_PORT},
/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_dynamic.c1884 id.src_port = (limit_mask & DYN_SRC_PORT) ? in dyn_install_state()