Home
last modified time | relevance | path

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

/openbsd/sys/netinet6/
H A Din6.c1352 int dst_scope = in6_addrscope(dst), src_scope, best_scope = 0; in in6_ifawithscope() local
1443 if (best_scope < src_scope) { in in6_ifawithscope()
1444 if (best_scope < dst_scope) in in6_ifawithscope()
1448 } else if (src_scope < best_scope) { in in6_ifawithscope()
1570 best_scope = in in6_ifawithscope()
1580 ip6stat_inc(ip6s_sources_sameif + best_scope); in in6_ifawithscope()
1582 ip6stat_inc(ip6s_sources_otherif + best_scope); in in6_ifawithscope()
1584 if (best_scope == dst_scope) in in6_ifawithscope()
1585 ip6stat_inc(ip6s_sources_samescope + best_scope); in in6_ifawithscope()
1587 ip6stat_inc(ip6s_sources_otherscope + best_scope); in in6_ifawithscope()
[all …]
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp2730 ExecutionContextScope *best_scope = exe_ctx.GetBestExecutionContextScope(); in DoExecute() local
2779 if (scavenger->Find(best_scope, name_of_type, search_results) > 0) { in DoExecute()