Searched refs:dst_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 &&
2332 IN6_ARE_SCOPE_CMP(src_scope, dst_scope) >= 0)
2334 if (IN6_ARE_SCOPE_CMP(src_scope, dst_scope) < 0 &&
2335 IN6_ARE_SCOPE_CMP(best_scope, dst_scope) >= 0)
2454 dscopecmp = IN6_ARE_SCOPE_CMP(src_scope, dst_scope);
2515 if (best_scope == dst_scope)
2536 int dst_scope = in6_addrscope(dst), blen = -1, tlen; local
2566 if (dst_scope == in6_addrscope(IFA_IN6(ifa))) {

Completed in 21 milliseconds