Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dip6_var.h500 extern int ip6_ula_use_tempaddr; /* whether to use temporary ULA addresses */
H A Din6_proto.c622 ula_use_tempaddr, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_ula_use_tempaddr, 0, "");
H A Dnd6_rtr.c130 int ip6_ula_use_tempaddr = IP6_ULA_USE_TMPADDR_DEFAULT; variable
2859 || ip6_ula_use_tempaddr)) { in prelist_update()
H A Din6.c1840 || ip6_ula_use_tempaddr)) { in in6ctl_aifaddr()