Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Din.h445 #define IP_FW_ADD 50 /* add a firewall rule to chain */ macro
Draw_ip.c566 case IP_FW_ADD: /* ADD actually returns the body... */ in rip_ctloutput()
625 case IP_FW_ADD: in rip_ctloutput()
/freebsd-9-stable/sys/netpfil/ipfw/
Dip_fw_sockopt.c963 if (sopt->sopt_name == IP_FW_ADD || in ipfw_ctl()
1029 case IP_FW_ADD: in ipfw_ctl()
Ddummynet.txt583 - when a new rule is added (option IP_FW_ADD) the is7 variable is set if the
/freebsd-9-stable/sys/netinet/libalias/
Dalias_db.c2814 r = setsockopt(la->fireWallFD, IPPROTO_IP, IP_FW_ADD, rulebuf, i); in PunchFWHole()
2822 r = setsockopt(la->fireWallFD, IPPROTO_IP, IP_FW_ADD, rulebuf, i); in PunchFWHole()
/freebsd-9-stable/sbin/ipfw/
Dipfw2.c436 optname == IP_FW_ADD || optname == IP_FW3 || in do_cmd()
4017 if (do_cmd(IP_FW_ADD, rule, (uintptr_t)&i) == -1) in ipfw_add()