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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6.c2250 int dst_scope = in6_addrscope(dst), src_scope, best_scope = 0; local
2331 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0 &&
2335 IN6_ARE_SCOPE_CMP(best_scope, dst_scope) >= 0)
2455 bscopecmp = IN6_ARE_SCOPE_CMP(src_scope, best_scope);
2500 best_scope = in6_addrscope(&ifa_best->ia_addr.sin6_addr);
2511 ip6stat.ip6s_sources_sameif[best_scope]++;
2513 ip6stat.ip6s_sources_otherif[best_scope]++;
2515 if (best_scope == dst_scope)
2516 ip6stat.ip6s_sources_samescope[best_scope]++;
2518 ip6stat.ip6s_sources_otherscope[best_scope]
[all...]

Completed in 25 milliseconds