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

/freebsd-9.3-release/sys/netinet/
H A Din.h448 #define IP_FW_ZERO 53 /* clear single/all firewall counter(s) */ macro
H A Draw_ip.c628 case IP_FW_ZERO:
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c1107 case IP_FW_ZERO:
/freebsd-9.3-release/sbin/ipfw/
H A Dipfw2.c4027 ipfw_zero(int ac, char *av[], int optname /* 0 = IP_FW_ZERO, 1 = IP_FW_RESETLOG */)
4034 optname = optname ? IP_FW_RESETLOG : IP_FW_ZERO;
4043 printf("%s.\n", optname == IP_FW_ZERO ?
4067 optname == IP_FW_ZERO ?

Completed in 294 milliseconds