Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet6/
H A Din6_src.c186 int dst_scope = -1, best_scope = -1, best_matchlen = -1; in in6_select_best_ia() local
243 if (dst_scope < 0) in in6_select_best_ia()
244 dst_scope = in6_addrscope(dst); in in6_select_best_ia()
247 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0) in in6_select_best_ia()
251 if (IN6_ARE_SCOPE_CMP(new_scope, dst_scope) < 0) in in6_select_best_ia()
H A Din6.c2091 int dst_scope = in6_addrscope(dst), blen = -1, tlen; in in6_ifawithifp() local
2120 if (dst_scope != in6_addrscope(IFA_IN6(ifa))) in in6_ifawithifp()