Symbol: bestmatch
usr/src/lib/libnsl/nss/netdir_inet_sundry.c
508
if_info_t *bestmatch, *ifn;
usr/src/lib/libnsl/nss/netdir_inet_sundry.c
514
bestmatch = NULL; /* no match yet */
usr/src/lib/libnsl/nss/netdir_inet_sundry.c
564
bestmatch = ifn;
usr/src/lib/libnsl/nss/netdir_inet_sundry.c
588
if (bestmatch == NULL) {
usr/src/lib/libnsl/nss/netdir_inet_sundry.c
591
bestmatch = ifn;
usr/src/lib/libnsl/nss/netdir_inet_sundry.c
607
if (bestmatch != NULL)
usr/src/lib/libnsl/nss/netdir_inet_sundry.c
608
return (bestmatch->if_address.s_addr);
usr/src/lib/libnsl/nss/netdir_inet_sundry.c
741
struct in_addr clientaddr, bestmatch;
usr/src/lib/libnsl/nss/netdir_inet_sundry.c
794
bestmatch.s_addr = get_best_match(clientaddr);
usr/src/lib/libnsl/nss/netdir_inet_sundry.c
797
if (bestmatch.s_addr)
usr/src/lib/libnsl/nss/netdir_inet_sundry.c
808
(void) strcpy(tmp, inet_ntoa(bestmatch));
usr/src/uts/common/ipp/ipgpc/classifier.c
349
class_id = bestmatch(fid_table, slctrs_srchd);
usr/src/uts/common/ipp/ipgpc/classifier.c
367
int bestmatch = -1;
usr/src/uts/common/ipp/ipgpc/classifier.c
420
if (bestmatch == -1) { /* first matching filter */
usr/src/uts/common/ipp/ipgpc/classifier.c
428
bestmatch = key;
usr/src/uts/common/ipp/ipgpc/classifier.c
443
oldbm = bestmatch;
usr/src/uts/common/ipp/ipgpc/classifier.c
451
bestmatch = key;
usr/src/uts/common/ipp/ipgpc/classifier.c
462
if (bestmatch == -1) { /* no best matches were found */
usr/src/uts/common/ipp/ipgpc/classifier.c
468
ipgpc_fid_list[bestmatch].filter.filter_name,
usr/src/uts/common/ipp/ipgpc/classifier.c
469
ipgpc_fid_list[bestmatch].filter.priority,
usr/src/uts/common/ipp/ipgpc/classifier.c
470
ipgpc_fid_list[bestmatch].filter.precedence));
usr/src/uts/common/ipp/ipgpc/classifier.c
471
return (ipgpc_fid_list[bestmatch].class_id);
usr/src/uts/common/ipp/ipgpc/classifier.c
66
static int bestmatch(ht_match_t *, uint16_t);