Home
last modified time | relevance | path

Searched refs:IP_FW_TBL_ADD (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/netinet/
H A Din.h382 #define IP_FW_TBL_ADD 42 /* add network/host to ipfw table */ macro
H A Draw_ip.c396 case IP_FW_TBL_ADD: in rip_ctloutput()
/dragonfly/usr.sbin/sshlockout/
H A Dsshlockout.c140 if (setsockopt(ipfw_sock, IPPROTO_IP, IP_FW_TBL_ADD, in block_ip()
/dragonfly/sbin/ipfw/
H A Dipfw2.c3796 if (opt == IP_FW_TBL_ADD && errno == EEXIST) { in table_alt()
3805 opt == IP_FW_TBL_ADD ? "ADD" : "DEL"); in table_alt()
3809 opt == IP_FW_TBL_ADD ? "Add" : "Delet", *av, in table_alt()
3810 opt == IP_FW_TBL_ADD ? "to" : "from", ent.tableid); in table_alt()
4089 table_alt(ac, av, IP_FW_TBL_ADD); in ipfw_main()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c6243 if (sopt->sopt_name == IP_FW_TBL_ADD) { in ipfw_table_alt()
6628 case IP_FW_TBL_ADD: in ipfw_ctl()