Searched refs:IP_FW_ADD (Results 1 – 7 of 7) sorted by relevance
438 #define IP_FW_ADD 50 /* add a firewall rule to chain */ macro
455 #define IP_FW_ADD 50 /* add a firewall rule to chain */ macro
667 case IP_FW_ADD: /* ADD actually returns the body... */ in rip_ctloutput()726 case IP_FW_ADD: in rip_ctloutput()
2740 r = setsockopt(la->fireWallFD, IPPROTO_IP, IP_FW_ADD, rulebuf, i); in PunchFWHole()2748 r = setsockopt(la->fireWallFD, IPPROTO_IP, IP_FW_ADD, rulebuf, i); in PunchFWHole()
3815 if (opt == IP_FW_ADD || in ipfw_ctl()3862 case IP_FW_ADD: in ipfw_ctl()
583 - when a new rule is added (option IP_FW_ADD) the is7 variable is set if the
597 optname == IP_FW_ADD || optname == IP_FW3 || in do_cmd()