Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Din6.c3424 int dst_scope = in6_addrscope(dst), src_scope, best_scope = 0; in in6_ifawithscope() local
3458 src_scope = in6_addrscope(IFA_IN6(ifa)); in in6_ifawithscope()
3509 IN6_ARE_SCOPE_CMP(src_scope, dst_scope) >= 0) { in in6_ifawithscope()
3512 if (IN6_ARE_SCOPE_CMP(src_scope, dst_scope) < 0 && in in6_ifawithscope()
3638 dscopecmp = IN6_ARE_SCOPE_CMP(src_scope, dst_scope); in in6_ifawithscope()
3639 bscopecmp = IN6_ARE_SCOPE_CMP(src_scope, best_scope); in in6_ifawithscope()