Searched refs:IP_FW_ZERO (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Din.h448 #define IP_FW_ZERO 53 /* clear single/all firewall counter(s) */ macro
H A Draw_ip.c639 case IP_FW_ZERO:
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c1099 case IP_FW_ZERO:
/freebsd-10.0-release/sbin/ipfw/
H A Dipfw2.c4031 ipfw_zero(int ac, char *av[], int optname /* 0 = IP_FW_ZERO, 1 = IP_FW_RESETLOG */)
4038 optname = optname ? IP_FW_RESETLOG : IP_FW_ZERO;
4047 printf("%s.\n", optname == IP_FW_ZERO ?
4071 optname == IP_FW_ZERO ?

Completed in 103 milliseconds