Searched refs:IN6_ARE_SCOPE_CMP (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.101.15/bsd/netinet6/ |
| H A D | in6_src.c | 424 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) { in in6_selectsrc_core() 425 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0) { in in6_selectsrc_core() 429 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) { in in6_selectsrc_core() 430 if (IN6_ARE_SCOPE_CMP(new_scope, dst_scope) < 0) { in in6_selectsrc_core()
|
| H A D | in6.c | 3485 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0 && in in6_ifawithscope() 3486 IN6_ARE_SCOPE_CMP(src_scope, dst_scope) >= 0) { in in6_ifawithscope() 3489 if (IN6_ARE_SCOPE_CMP(src_scope, dst_scope) < 0 && in in6_ifawithscope() 3490 IN6_ARE_SCOPE_CMP(best_scope, dst_scope) >= 0) { in in6_ifawithscope() 3615 dscopecmp = IN6_ARE_SCOPE_CMP(src_scope, dst_scope); in in6_ifawithscope() 3616 bscopecmp = IN6_ARE_SCOPE_CMP(src_scope, best_scope); in in6_ifawithscope()
|
| H A D | in6_var.h | 824 #define IN6_ARE_SCOPE_CMP(a, b) ((a) - (b)) macro
|