Searched refs:IPFW_RCFLAG_SET (Results 1 – 4 of 4) sorted by relevance
1045 #define IPFW_RCFLAG_SET 0x04 /* match rules in given set */ macro1049 IPFW_RCFLAG_SET | IPFW_RCFLAG_DYNAMIC)
3620 rt.flags = IPFW_RCFLAG_SET; in ipfw_delete()3630 rt.flags |= IPFW_RCFLAG_SET; in ipfw_delete()5897 rt.flags |= IPFW_RCFLAG_SET; in ipfw_zero()5947 rt.flags = IPFW_RCFLAG_SET; in ipfw_flush()
655 if ((rt->flags & IPFW_RCFLAG_SET) != 0 && rule->set != rt->set) in ipfw_match_range()
2163 if ((rt->flags & IPFW_RCFLAG_SET) != 0 && set != rt->set) in dyn_match_range()