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

/netbsd-current/usr.sbin/rpcbind/
H A Dutil.c96 struct ifaddrs *ifap, *ifp, *bestif; local
243 bestif = NULL;
250 bestif = ifap;
253 if (bestif == NULL)
254 bestif = ifap;
255 else if ((bestif->ifa_flags & IFF_LOOPBACK) &&
257 bestif = ifap;
259 ifap = bestif;

Completed in 99 milliseconds