Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Din6.c3426 int tlen = -1, dscopecmp, bscopecmp, matchcmp; in in6_ifawithscope() local
3614 bscopecmp = IN6_ARE_SCOPE_CMP(src_scope, best_scope); in in6_ifawithscope()
3616 if (bscopecmp == 0) { in in6_ifawithscope()
3643 if (bscopecmp > 0) { /* (5) */ in in6_ifawithscope()
3650 if (bscopecmp > 0) { /* (7) */ in in6_ifawithscope()
3658 if (bscopecmp < 0) { in in6_ifawithscope()