Searched refs:ip6_use_tempaddr (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_var.h436 extern int ip6_use_tempaddr; /* whether to use temporary addresses. */
H A Din6_proto.c547 use_tempaddr, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_use_tempaddr, 0, "");
H A Din6.c1213 if (ip6_use_tempaddr &&
3076 if (ip6_use_tempaddr) {
H A Dnd6.c906 if (ip6_use_tempaddr &&
946 if (ip6_use_tempaddr &&
H A Dnd6_rtr.c136 int ip6_use_tempaddr = 1; /* use temp addr by default for testing now */ variable
2604 if (ip6_use_tempaddr) {

Completed in 79 milliseconds