Home
last modified time | relevance | path

Searched refs:IPFW_RCFLAG_ALL (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/netinet/
HDip_fw.h946 #define IPFW_RCFLAG_ALL 0x02 /* match ALL rules */ macro
950 #define IPFW_RCFLAG_USER (IPFW_RCFLAG_RANGE | IPFW_RCFLAG_ALL | \
/freebsd-11-stable/sys/netpfil/ipfw/
HDip_fw_sockopt.c882 if ((rt->flags & IPFW_RCFLAG_ALL) != 0 && rule->set == RESVD_SET) in ipfw_match_range()
1397 if (rh->range.flags & IPFW_RCFLAG_ALL) in clear_rules()
1564 rt.flags |= IPFW_RCFLAG_ALL; in del_entry()
HDip_fw_dynamic.c2119 if (rt->flags & IPFW_RCFLAG_ALL) { in dyn_match_range()
/freebsd-11-stable/sbin/ipfw/
HDipfw2.c3346 rt.flags |= IPFW_RCFLAG_ALL; in ipfw_delete()
5353 rt.flags = IPFW_RCFLAG_ALL; in ipfw_zero()
5428 rt.flags = IPFW_RCFLAG_ALL; in ipfw_flush()