Lines Matching refs:best
2410 dns_adbaddrinfo_t *best, *curr;
2423 best = ISC_LIST_HEAD(find->list);
2424 curr = ISC_LIST_NEXT(best, publink);
2426 if (curr->srtt < best->srtt)
2427 best = curr;
2430 ISC_LIST_UNLINK(find->list, best, publink);
2431 ISC_LIST_APPEND(sorted, best, publink);
2441 dns_adbfind_t *best, *curr;
2454 best = ISC_LIST_HEAD(*findlist);
2455 bestaddrinfo = ISC_LIST_HEAD(best->list);
2457 curr = ISC_LIST_NEXT(best, publink);
2462 best = curr;
2467 ISC_LIST_UNLINK(*findlist, best, publink);
2468 ISC_LIST_APPEND(sorted, best, publink);
3640 * so find the best nameservers to use.
5694 * because the best nameservers are now above QDOMAIN.
7060 * The best nameservers are now above our