Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_fw.h1045 #define IPFW_RCFLAG_SET 0x04 /* match rules in given set */ macro
1049 IPFW_RCFLAG_SET | IPFW_RCFLAG_DYNAMIC)
/freebsd/sbin/ipfw/
H A Dipfw2.c3620 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()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c655 if ((rt->flags & IPFW_RCFLAG_SET) != 0 && rule->set != rt->set) in ipfw_match_range()
H A Dip_fw_dynamic.c2163 if ((rt->flags & IPFW_RCFLAG_SET) != 0 && set != rt->set) in dyn_match_range()