Home
last modified time | relevance | path

Searched refs:bestmatch (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c66 static int bestmatch(ht_match_t *, uint16_t);
349 class_id = bestmatch(fid_table, slctrs_srchd); in ipgpc_classify()
364 bestmatch(ht_match_t *fid_table, uint16_t bestmask) in bestmatch() function
367 int bestmatch = -1; in bestmatch() local
428 bestmatch = key; in bestmatch()
443 oldbm = bestmatch; in bestmatch()
451 bestmatch = key; in bestmatch()
468 ipgpc_fid_list[bestmatch].filter.filter_name, in bestmatch()
469 ipgpc_fid_list[bestmatch].filter.priority, in bestmatch()
470 ipgpc_fid_list[bestmatch].filter.precedence)); in bestmatch()
[all …]
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c508 if_info_t *bestmatch, *ifn; in get_best_match() local
514 bestmatch = NULL; /* no match yet */ in get_best_match()
564 bestmatch = ifn; in get_best_match()
588 if (bestmatch == NULL) { in get_best_match()
591 bestmatch = ifn; in get_best_match()
607 if (bestmatch != NULL) in get_best_match()
608 return (bestmatch->if_address.s_addr); in get_best_match()
741 struct in_addr clientaddr, bestmatch; in inet_netdir_mergeaddr() local
794 bestmatch.s_addr = get_best_match(clientaddr); in inet_netdir_mergeaddr()
797 if (bestmatch.s_addr) in inet_netdir_mergeaddr()
[all …]