Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Din.h384 #define IP_FW_TBL_FLUSH 44 /* flush ipfw table */ macro
H A Draw_ip.c398 case IP_FW_TBL_FLUSH: in rip_ctloutput()
/dragonfly/sbin/ipfw/
H A Dipfw2.c3614 if (opt == IP_FW_TBL_FLUSH) { in table_flush()
3645 opt == IP_FW_TBL_FLUSH ? "FLUSH" : "DESTROY"); in table_flush()
3650 opt == IP_FW_TBL_FLUSH ? "Flush" : "Destroy", in table_flush()
4093 table_flush(ac, av, IP_FW_TBL_FLUSH); in ipfw_main()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c5995 if (sopt->sopt_name == IP_FW_TBL_FLUSH && tbl->tableid < 0) { in ipfw_table_flush()
6633 case IP_FW_TBL_FLUSH: in ipfw_ctl()