HomeSort by: relevance | last modified time | path
    Searched defs:bestif (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/rpcbind/
util.c 96 struct ifaddrs *ifap, *ifp, *bestif; local in function:addrmerge
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 33 milliseconds