Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Din.h383 #define IP_FW_TBL_DEL 43 /* delete network/host from ipfw table */ macro
H A Draw_ip.c397 case IP_FW_TBL_DEL: in rip_ctloutput()
/dragonfly/sbin/ipfw/
H A Dipfw2.c3799 } else if (opt == IP_FW_TBL_DEL && errno == ESRCH) { in table_alt()
4091 table_alt(ac, av, IP_FW_TBL_DEL); in ipfw_main()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c6629 case IP_FW_TBL_DEL: in ipfw_ctl()