Home
last modified time | relevance | path

Searched refs:IP_FW_XRESETLOG (Results 1 – 6 of 6) sorted by relevance

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl_headers.py20 IP_FW_XRESETLOG = 102 variable in Op3CmdType
H A Dinsn_headers.py123 IP_FW_XRESETLOG = 102 variable in Op3CmdType
/freebsd/sys/netinet/
H A Dip_fw.h98 #define IP_FW_XRESETLOG 102 /* zero rules logs */ macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_compat.c163 { IP_FW_XRESETLOG, IP_FW3_OPVER_0, HDIR_SET, clear_rules_v0 },
H A Dip_fw_sockopt.c138 { IP_FW_XRESETLOG, IP_FW3_OPVER, HDIR_SET, clear_rules },
1161 log_only = (op3->opcode == IP_FW_XRESETLOG); in clear_rules()
3184 if ((h.dir & HDIR_SET) != 0 && h.opcode != IP_FW_XRESETLOG) { in ipfw_ctl3()
/freebsd/sbin/ipfw/
H A Dipfw2.c5866 optname = optname ? IP_FW_XRESETLOG : IP_FW_XZERO; in ipfw_zero()