Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h946 #define IPFW_RCFLAG_SET 0x04 /* match rules in given set */ macro
950 IPFW_RCFLAG_SET | IPFW_RCFLAG_DYNAMIC)
/f-stack/freebsd/netinet/
H A Dip_fw.h946 #define IPFW_RCFLAG_SET 0x04 /* match rules in given set */ macro
950 IPFW_RCFLAG_SET | IPFW_RCFLAG_DYNAMIC)
/f-stack/tools/ipfw/
H A Dipfw2.c3376 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()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c879 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()
H A Dip_fw_dynamic.c2122 if ((rt->flags & IPFW_RCFLAG_SET) != 0 && set != rt->set) in dyn_match_range()