Home
last modified time | relevance | path

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

/dragonfly/sys/netinet6/
H A Dnd6.c723 struct in6_ifaddr *public_ifa6 = NULL; in regen_tmpaddr() local
752 public_ifa6 = NULL; in regen_tmpaddr()
763 public_ifa6 = it6; in regen_tmpaddr()
766 if (public_ifa6 != NULL) { in regen_tmpaddr()
769 if ((e = in6_tmpifadd(public_ifa6, 0)) != 0) { in regen_tmpaddr()