Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h947 #define IPFW_RCFLAG_DYNAMIC 0x08 /* match only dynamic states */ macro
950 IPFW_RCFLAG_SET | IPFW_RCFLAG_DYNAMIC)
/f-stack/freebsd/netinet/
H A Dip_fw.h947 #define IPFW_RCFLAG_DYNAMIC 0x08 /* match only dynamic states */ macro
950 IPFW_RCFLAG_SET | IPFW_RCFLAG_DYNAMIC)
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c2118 if (rt->flags & IPFW_RCFLAG_DYNAMIC) in dyn_match_range()
2127 if (rt->flags & IPFW_RCFLAG_DYNAMIC) in dyn_match_range()
H A Dip_fw_sockopt.c1027 if (rt->flags & IPFW_RCFLAG_DYNAMIC) { in delete_range()
/f-stack/tools/ipfw/
H A Dipfw2.c3390 rt.flags |= IPFW_RCFLAG_DYNAMIC; in ipfw_delete()