Home
last modified time | relevance | path

Searched refs:IP_FW_ZERO (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/netinet/
H A Din.h394 #define IP_FW_ZERO 53 /* clear single/all firewall counter(s) */ macro
H A Draw_ip.c392 case IP_FW_ZERO: in rip_ctloutput()
/dragonfly/sys/net/ipfw3/
H A Dip_fw3.h375 #define IP_FW_ZERO 53 /* clear single/all firewall counter(s) */ macro
H A Dip_fw3.c1066 case IP_FW_ZERO: in ip_fw3_ctl()
1158 case IP_FW_ZERO: in ip_fw3_ctl_sockopt()
/dragonfly/sbin/ipfw3/
H A Dipfw3.c619 if (do_set_x(IP_FW_ZERO, NULL, 0) < 0) in rule_zero()
631 if (do_set_x(IP_FW_ZERO, &rulenum, sizeof rulenum)) { in rule_zero()
/dragonfly/sbin/ipfw/
H A Dipfw2.c3484 if (setsockopt(s, IPPROTO_IP, IP_FW_ZERO, NULL, 0) < 0) in zero()
3499 IP_FW_ZERO, &rulenum, sizeof rulenum)) { in zero()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c6610 case IP_FW_ZERO: in ipfw_ctl()