Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDin.h451 #define IP_FW_ADD 50 /* add a firewall rule to chain */ macro
HDraw_ip.c582 case IP_FW_ADD: /* ADD actually returns the body... */ in rip_ctloutput()
641 case IP_FW_ADD: in rip_ctloutput()
/NextBSD/sys/netinet/libalias/
HDalias_db.c2807 r = setsockopt(la->fireWallFD, IPPROTO_IP, IP_FW_ADD, rulebuf, i); in PunchFWHole()
2815 r = setsockopt(la->fireWallFD, IPPROTO_IP, IP_FW_ADD, rulebuf, i); in PunchFWHole()
/NextBSD/sys/netpfil/ipfw/
HDip_fw_sockopt.c3294 if (opt == IP_FW_ADD || in ipfw_ctl()
3341 case IP_FW_ADD: in ipfw_ctl()
HDdummynet.txt583 - when a new rule is added (option IP_FW_ADD) the is7 variable is set if the
/NextBSD/sbin/ipfw/
HDipfw2.c559 optname == IP_FW_ADD || optname == IP_FW3 || in do_cmd()