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

/xnu-2422.115.4/bsd/netinet6/
H A Dnd6_rtr.c2277 struct in6_ifaddr *ia6 = NULL, *ia6_match = NULL; local
2456 if (ia6_match == NULL) { /* remember the first one */
2457 ia6_match = ifa6;
2458 IFA_ADDREF_LOCKED(ifa); /* for ia6_match */
2555 if (ia6_match == NULL && new->ndpr_vltime) {
2616 if (ia6_match != NULL)
2617 IFA_REMREF(&ia6_match->ia_ifa);

Completed in 24 milliseconds