Home
last modified time | relevance | path

Searched refs:IP_FW_ADD (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/net/ipfw/
H A Dip_fw2_glue.c65 if (sopt->sopt_name == IP_FW_ADD || in ip_fw_sockopt()
H A Dip_fw2.c6576 case IP_FW_ADD: in ipfw_ctl()
/dragonfly/sys/netinet/
H A Draw_ip.c338 case IP_FW_ADD: /* ADD actually returns the body... */ in rip_ctloutput()
389 case IP_FW_ADD: in rip_ctloutput()
H A Din.h391 #define IP_FW_ADD 50 /* add a firewall rule to chain */ macro
/dragonfly/sys/net/ipfw3/
H A Dip_fw3.h372 #define IP_FW_ADD 50 /* add a firewall rule to chain */ macro
H A Dip_fw3.c1064 case IP_FW_ADD: in ip_fw3_ctl()
1152 case IP_FW_ADD: in ip_fw3_ctl_sockopt()
/dragonfly/lib/libalias/
H A Dalias_db.c2803 r = setsockopt(fireWallFD, IPPROTO_IP, IP_FW_ADD, rulebuf, i); in PunchFWHole()
2811 r = setsockopt(fireWallFD, IPPROTO_IP, IP_FW_ADD, rulebuf, i); in PunchFWHole()
/dragonfly/sbin/ipfw3/
H A Dipfw3.c602 if (do_set_x(IP_FW_ADD, (void *)rule, i) == -1) { in rule_add()
/dragonfly/sbin/ipfw/
H A Dipfw2.c3468 if (getsockopt(s, IPPROTO_IP, IP_FW_ADD, rule, &i) == -1) in add()