Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h440 #define DYN_DST_PORT 0x8 macro
/f-stack/freebsd/netinet/
H A Dip_fw.h440 #define DYN_DST_PORT 0x8 macro
/f-stack/tools/ipfw/
H A Dipfw2.c214 {"all", DYN_SRC_ADDR|DYN_SRC_PORT|DYN_DST_ADDR|DYN_DST_PORT},
218 {"dst-port", DYN_DST_PORT},
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c1883 id.dst_port = (limit_mask & DYN_DST_PORT) ? in dyn_install_state()