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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_rtr.c2257 struct in6_ifaddr *ia6 = NULL, *ia6_match = NULL; local
2444 if (ia6_match == NULL) { /* remember the first one */
2445 ia6_match = ifa6;
2446 IFA_ADDREF_LOCKED(ifa); /* for ia6_match */
2544 if (ia6_match == NULL && new->ndpr_vltime) {
2635 if (ia6_match != NULL)
2636 IFA_REMREF(&ia6_match->ia_ifa);

Completed in 25 milliseconds