Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet/
HDin.h451 #define IP_FW_ADD 50 /* add a firewall rule to chain */ macro
HDraw_ip.c625 case IP_FW_ADD: /* ADD actually returns the body... */ in rip_ctloutput()
684 case IP_FW_ADD: in rip_ctloutput()
/freebsd-11-stable/sys/netinet/libalias/
HDalias_db.c2815 r = setsockopt(la->fireWallFD, IPPROTO_IP, IP_FW_ADD, rulebuf, i); in PunchFWHole()
2823 r = setsockopt(la->fireWallFD, IPPROTO_IP, IP_FW_ADD, rulebuf, i); in PunchFWHole()
/freebsd-11-stable/sys/netpfil/ipfw/
HDip_fw_sockopt.c3831 if (opt == IP_FW_ADD || in ipfw_ctl()
3878 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
/freebsd-11-stable/sbin/ipfw/
HDipfw2.c581 optname == IP_FW_ADD || optname == IP_FW3 || in do_cmd()