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

  /src/sys/netinet6/
in6_src.c 186 int dst_scope = -1, best_scope = -1, best_matchlen = -1; local in function:in6_select_best_ia
246 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) {
247 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0)
250 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) {
443 best_scope = (new_scope >= 0 ? new_scope :
in6_src.c 186 int dst_scope = -1, best_scope = -1, best_matchlen = -1; local in function:in6_select_best_ia
246 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) {
247 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0)
250 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) {
443 best_scope = (new_scope >= 0 ? new_scope :

Completed in 23 milliseconds