in6.c | 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; local in function:in6ifa_ifpforlinklocal 1900 best_ifa = bestifa(best_ifa, ifa); 1903 return (struct in6_ifaddr *)best_ifa; 1952 struct ifaddr *best_ifa = NULL, *ifa; local in function:in6ifa_ifpwithaddr 1959 best_ifa = bestifa(best_ifa, ifa) [all...] |