Lines Matching defs:best_ifa
1878 bestifa(struct ifaddr *best_ifa, struct ifaddr *ifa)
1880 if (best_ifa == NULL || best_ifa->ifa_preference < ifa->ifa_preference)
1882 return best_ifa;
1891 struct ifaddr *best_ifa = NULL, *ifa;
1900 best_ifa = bestifa(best_ifa, ifa);
1903 return (struct in6_ifaddr *)best_ifa;
1952 struct ifaddr *best_ifa = NULL, *ifa;
1959 best_ifa = bestifa(best_ifa, ifa);
1962 return (struct in6_ifaddr *)best_ifa;