Home
last modified time | relevance | path

Searched refs:fw_dpts (Results 1 – 2 of 2) sorted by relevance

/dports/security/snortsam/snortsam-src-2.70/src/
H A Dssp_ipchains.c154 newfw.fwc_rule.ipfw.fw_dpts[0] = 0; in IPCHBlock()
155 newfw.fwc_rule.ipfw.fw_dpts[1] = 65535; in IPCHBlock()
182 newfw.fwc_rule.ipfw.fw_dpts[0] = bd->port; in IPCHBlock()
183 newfw.fwc_rule.ipfw.fw_dpts[1] = bd->port; in IPCHBlock()
247 newfw.fwc_rule.ipfw.fw_dpts[0] = bd->port; in IPCHBlock()
248 newfw.fwc_rule.ipfw.fw_dpts[1] = bd->port; in IPCHBlock()
H A Dssp_ipchains.h75 u_int16_t fw_dpts[2]; member