Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h944 #define IPFW_RCFLAG_RANGE 0x01 /* rule range is set */ macro
949 #define IPFW_RCFLAG_USER (IPFW_RCFLAG_RANGE | IPFW_RCFLAG_ALL | \
/f-stack/freebsd/netinet/
H A Dip_fw.h944 #define IPFW_RCFLAG_RANGE 0x01 /* rule range is set */ macro
949 #define IPFW_RCFLAG_USER (IPFW_RCFLAG_RANGE | IPFW_RCFLAG_ALL | \
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c882 if ((rt->flags & IPFW_RCFLAG_RANGE) != 0 && in ipfw_match_range()
1019 if ((rt->flags & IPFW_RCFLAG_RANGE) != 0) { in delete_range()
1559 rt.flags |= IPFW_RCFLAG_RANGE; in del_entry()
1567 rt.flags |= IPFW_RCFLAG_RANGE | IPFW_RCFLAG_SET; in del_entry()
1573 rt.flags |= IPFW_RCFLAG_RANGE; in del_entry()
H A Dip_fw_dynamic.c2124 if ((rt->flags & IPFW_RCFLAG_RANGE) != 0 && in dyn_match_range()
/f-stack/tools/ipfw/
H A Dipfw2.c2436 rt.flags = IPFW_RCFLAG_RANGE; /* move rules to new set */ in ipfw_sets_handler()
3383 rt.flags |= IPFW_RCFLAG_RANGE; in ipfw_delete()
5439 rt.flags |= IPFW_RCFLAG_RANGE; in ipfw_zero()