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

/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Dutil.c105 struct ifaddrs *ifap, *ifp, *bestif; local
249 bestif = NULL;
256 bestif = ifap;
259 if (bestif == NULL)
260 bestif = ifap;
261 else if ((bestif->ifa_flags & IFF_LOOPBACK) &&
263 bestif = ifap;
265 ifap = bestif;
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Dutil.c108 struct ifaddrs *ifap, *ifp, *bestif; local
252 bestif = NULL;
259 bestif = ifap;
262 if (bestif == NULL)
263 bestif = ifap;
264 else if ((bestif->ifa_flags & IFF_LOOPBACK) &&
266 bestif = ifap;
268 ifap = bestif;

Completed in 184 milliseconds