Home
last modified time | relevance | path

Searched refs:IP_FW_TBL_ZERO (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netinet/
H A Din.h386 #define IP_FW_TBL_ZERO 46 /* clear ipfw table counters */ macro
H A Draw_ip.c399 case IP_FW_TBL_ZERO: in rip_ctloutput()
/dragonfly/sbin/ipfw/
H A Dipfw2.c3929 if (setsockopt(s, IPPROTO_IP, IP_FW_TBL_ZERO, &tbl, sizeof(tbl)) < 0) in table_zero()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c6642 case IP_FW_TBL_ZERO: in ipfw_ctl()