HomeSort by: relevance | last modified time | path
    Searched defs:dst_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
243 if (dst_scope < 0)
244 dst_scope = in6_addrscope(dst);
247 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0)
251 if (IN6_ARE_SCOPE_CMP(new_scope, dst_scope) < 0)
in6.c 2122 int dst_scope = in6_addrscope(dst), blen = -1, tlen; local in function:in6_ifawithifp
2151 if (dst_scope != in6_addrscope(IFA_IN6(ifa)))

Completed in 15 milliseconds