Searched refs:ip6_prefer_tempaddr (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_var.h437 extern int ip6_prefer_tempaddr; /* whether to prefer temporary addresses
H A Din6_proto.c561 prefer_tempaddr, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_prefer_tempaddr, 0, "");
H A Din6_src.c142 int ip6_prefer_tempaddr = 1; variable
443 prefer_tempaddr = islocal ? 0 : ip6_prefer_tempaddr;

Completed in 14 milliseconds