Searched refs:IPFW_RCFLAG_SET (Results 1 – 5 of 5) sorted by relevance
946 #define IPFW_RCFLAG_SET 0x04 /* match rules in given set */ macro950 IPFW_RCFLAG_SET | IPFW_RCFLAG_DYNAMIC)
3376 rt.flags = IPFW_RCFLAG_SET; in ipfw_delete()3386 rt.flags |= IPFW_RCFLAG_SET; in ipfw_delete()5442 rt.flags |= IPFW_RCFLAG_SET; in ipfw_zero()5496 rt.flags = IPFW_RCFLAG_SET; in ipfw_flush()
879 if ((rt->flags & IPFW_RCFLAG_SET) != 0 && rule->set != rt->set) in ipfw_match_range()1563 rt.flags |= IPFW_RCFLAG_SET; in del_entry()1567 rt.flags |= IPFW_RCFLAG_RANGE | IPFW_RCFLAG_SET; in del_entry()
2122 if ((rt->flags & IPFW_RCFLAG_SET) != 0 && set != rt->set) in dyn_match_range()