Home | History | Annotate | Download | only in netinet

Lines Matching defs:best_ifa

300 	struct ifaddr *alt_ifa, *best_ifa;
325 best_ifa = ifa;
330 if (alt_ifa == best_ifa)
334 in_score(score_src, best_score, &scorelen, &IA_SIN(best_ifa)->sin_addr,
335 best_ifa->ifa_preference, idx, &dst->sin_addr);
341 ntohl(satosin(best_ifa->ifa_addr)->sin_addr.s_addr));
370 best_ifa = alt_ifa;
374 ia = (struct in_ifaddr *)best_ifa;
381 ntohl(IA_SIN(best_ifa)->sin_addr.s_addr));
386 best_ifa->ifa_seqno = &iss->iss_seqno;
387 return best_ifa;