Searched refs:IN6_ARE_SCOPE_CMP (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_src.c371 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) {
372 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0)
375 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) {
376 if (IN6_ARE_SCOPE_CMP(new_scope, dst_scope) < 0)
H A Din6.c3021 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0 &&
3022 IN6_ARE_SCOPE_CMP(src_scope, dst_scope) >= 0)
3024 if (IN6_ARE_SCOPE_CMP(src_scope, dst_scope) < 0 &&
3025 IN6_ARE_SCOPE_CMP(best_scope, dst_scope) >= 0) {
3149 dscopecmp = IN6_ARE_SCOPE_CMP(src_scope, dst_scope);
3150 bscopecmp = IN6_ARE_SCOPE_CMP(src_scope, best_scope);
H A Din6_var.h641 #define IN6_ARE_SCOPE_CMP(a,b) ((a)-(b)) macro

Completed in 76 milliseconds