Home
last modified time | relevance | path

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

/dports/security/snortsam/snortsam-src-2.70/src/
H A Dssp_ipchains.c149 memcpy(newfw.fwc_rule.label, IP_FW_LABEL_BLOCK, sizeof(newfw.fwc_rule.label)); in IPCHBlock()
151 newfw.fwc_rule.ipfw.fw_tosand = 255; in IPCHBlock()
153 newfw.fwc_rule.ipfw.fw_spts[1] = 65535; in IPCHBlock()
154 newfw.fwc_rule.ipfw.fw_dpts[0] = 0; in IPCHBlock()
155 newfw.fwc_rule.ipfw.fw_dpts[1] = 65535; in IPCHBlock()
158 newfw.fwc_rule.ipfw.fw_flg = 0x0001; in IPCHBlock()
178 newfw.fwc_rule.ipfw.fw_proto = bd->proto; 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()
198 newfw.fwc_rule.ipfw.fw_smsk.s_addr = 0x0; in IPCHBlock()
[all …]
H A Dssp_ipchains.h92 struct ip_fwuser fwc_rule; member