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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6.c2331 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0 &&
2332 IN6_ARE_SCOPE_CMP(src_scope, dst_scope) >= 0)
2334 if (IN6_ARE_SCOPE_CMP(src_scope, dst_scope) < 0 &&
2335 IN6_ARE_SCOPE_CMP(best_scope, dst_scope) >= 0)
2454 dscopecmp = IN6_ARE_SCOPE_CMP(src_scope, dst_scope);
2455 bscopecmp = IN6_ARE_SCOPE_CMP(src_scope, best_scope);
H A Din6_var.h490 #define IN6_ARE_SCOPE_CMP(a,b) ((a)-(b)) macro

Completed in 30 milliseconds