Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dip6_var.h508 extern int ip6_prefer_tempaddr;
H A Din6_src.c159 int ip6_prefer_tempaddr = 1; variable
230 (ip6_prefer_tempaddr ? IPV6_SRCSEL_HINT_PREFER_TMPADDR : 0), in in6_selectsrc_core_ifa()
875 prefer_tempaddr = ip6_prefer_tempaddr; in in6_selectsrc()
H A Din6_proto.c660 prefer_tempaddr, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_prefer_tempaddr, 0, "");
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c372 int use_stable_address = ip6_prefer_tempaddr ? 0 : 1; in fr_use_stable_address()