Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_fw.h1085 #define IPFW_RCFLAG_DYNAMIC 0x08 /* match only dynamic states */ macro
1088 IPFW_RCFLAG_SET | IPFW_RCFLAG_DYNAMIC)
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c2170 if (rt->flags & IPFW_RCFLAG_DYNAMIC) in dyn_match_range()
2179 if (rt->flags & IPFW_RCFLAG_DYNAMIC) in dyn_match_range()
H A Dip_fw_sockopt.c757 if (rt->flags & IPFW_RCFLAG_DYNAMIC) { in delete_range()
/freebsd/sbin/ipfw/
H A Dipfw2.c3705 rt.flags |= IPFW_RCFLAG_DYNAMIC; in ipfw_delete()