Home
last modified time | relevance | path

Searched refs:IP_FW_RESETLOG (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sbin/ipfw3/
H A Dipfw3log.c96 IP_FW_RESETLOG, NULL, 0) < 0) in resetlog()
110 IP_FW_RESETLOG, &rulenum, sizeof rulenum)) { in resetlog()
/dragonfly/sys/net/ipfw/
H A Dip_fw2_glue.c66 (sopt->sopt_dir == SOPT_SET && sopt->sopt_name != IP_FW_RESETLOG)) { in ip_fw_sockopt()
H A Dip_fw2.c6611 case IP_FW_RESETLOG: /* argument is an int, the rule number */ in ipfw_ctl()
6621 sopt->sopt_name == IP_FW_RESETLOG); in ipfw_ctl()
/dragonfly/sys/netinet/
H A Din.h396 #define IP_FW_RESETLOG 55 /* reset logging counters */ macro
H A Draw_ip.c393 case IP_FW_RESETLOG: in rip_ctloutput()
/dragonfly/sys/net/ipfw3/
H A Dip_fw3.c1067 case IP_FW_RESETLOG: in ip_fw3_ctl()
1159 case IP_FW_RESETLOG: /* argument is an int, the rule number */ in ip_fw3_ctl_sockopt()
1169 sopt->sopt_name == IP_FW_RESETLOG); in ip_fw3_ctl_sockopt()
H A Dip_fw3.h377 #define IP_FW_RESETLOG 55 /* reset logging counters */ macro
/dragonfly/sbin/ipfw/
H A Dipfw2.c3523 if (setsockopt(s, IPPROTO_IP, IP_FW_RESETLOG, NULL, 0) < 0) in resetlog()
3538 IP_FW_RESETLOG, &rulenum, sizeof rulenum)) { in resetlog()