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

/freebsd-10.0-release/sys/netinet/
H A Din.h450 #define IP_FW_RESETLOG 55 /* reset logging counters */ macro
H A Draw_ip.c640 case IP_FW_RESETLOG:
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c962 (sopt->sopt_dir == SOPT_SET && sopt->sopt_name != IP_FW_RESETLOG)) {
1100 case IP_FW_RESETLOG: /* argument is an u_int_32, the rule number */
1109 sopt->sopt_name == IP_FW_RESETLOG);
/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;

Completed in 144 milliseconds