Home
last modified time | relevance | path

Searched refs:IPFW_RCFLAG_DYNAMIC (Results 1 – 4 of 4) sorted by path

/freebsd/sbin/ipfw/
H A Dipfw2.c3511 rt.flags |= IPFW_RCFLAG_DYNAMIC; in ipfw_delete()
/freebsd/sys/netinet/
H A Dip_fw.h977 #define IPFW_RCFLAG_DYNAMIC 0x08 /* match only dynamic states */ macro
980 IPFW_RCFLAG_SET | IPFW_RCFLAG_DYNAMIC)
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c2116 if (rt->flags & IPFW_RCFLAG_DYNAMIC) in dyn_match_range()
2125 if (rt->flags & IPFW_RCFLAG_DYNAMIC) in dyn_match_range()
H A Dip_fw_sockopt.c1029 if (rt->flags & IPFW_RCFLAG_DYNAMIC) { in delete_range()