Home
last modified time | relevance | path

Searched refs:IP_FW_DEL (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/netinet/
H A Din.h392 #define IP_FW_DEL 51 /* delete a firewall rule from chain */ macro
H A Draw_ip.c390 case IP_FW_DEL: in rip_ctloutput()
/dragonfly/sys/net/ipfw3/
H A Dip_fw3.h373 #define IP_FW_DEL 51 /* delete a firewall rule from chain */ macro
H A Dip_fw3.c1065 case IP_FW_DEL: in ip_fw3_ctl()
1155 case IP_FW_DEL: in ip_fw3_ctl_sockopt()
/dragonfly/lib/libalias/
H A Dalias_db.c2830 while (!setsockopt(fireWallFD, IPPROTO_IP, IP_FW_DEL, in ClearFWHole()
2848 while (!setsockopt(fireWallFD, IPPROTO_IP, IP_FW_DEL, &r, sizeof r)) in ClearAllFWHoles()
/dragonfly/sbin/ipfw/
H A Dipfw2.c1543 i = setsockopt(s, IPPROTO_IP, IP_FW_DEL, in sets_handler()
1562 i = setsockopt(s, IPPROTO_IP, IP_FW_DEL, in sets_handler()
1591 i = setsockopt(s, IPPROTO_IP, IP_FW_DEL, masks, sizeof(masks)); in sets_handler()
2070 i = setsockopt(s, IPPROTO_IP, IP_FW_DEL, &rulenum, in delete()
/dragonfly/sbin/ipfw3/
H A Dipfw3.c325 error = do_set_x(IP_FW_DEL, &rulenum, sizeof(int)); in rule_delete()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c6580 case IP_FW_DEL: in ipfw_ctl()