Searched refs:IP_FW_ADD (Results 1 – 5 of 5) sorted by relevance
482 #define IP_FW_ADD 50 /* add a firewall rule to chain */ macro
670 case IP_FW_ADD: /* ADD actually returns the body... */ in rip_ctloutput()733 case IP_FW_ADD: in rip_ctloutput()
2435 r = setsockopt(la->fireWallFD, IPPROTO_IP, IP_FW_ADD, rulebuf, i); in PunchFWHole()2443 r = setsockopt(la->fireWallFD, IPPROTO_IP, IP_FW_ADD, rulebuf, i); in PunchFWHole()
582 - when a new rule is added (option IP_FW_ADD) the is7 variable is set if the
650 optname == IP_FW_ADD || optname == IP_FW3 || in do_cmd()