Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din.h482 #define IP_FW_ADD 50 /* add a firewall rule to chain */ macro
H A Draw_ip.c670 case IP_FW_ADD: /* ADD actually returns the body... */ in rip_ctloutput()
733 case IP_FW_ADD: in rip_ctloutput()
/freebsd/sys/netinet/libalias/
H A Dalias_db.c2435 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()
/freebsd/sys/netpfil/ipfw/
H A Ddummynet.txt582 - when a new rule is added (option IP_FW_ADD) the is7 variable is set if the
/freebsd/sbin/ipfw/
H A Dipfw2.c650 optname == IP_FW_ADD || optname == IP_FW3 || in do_cmd()