Searched refs:IN6_ARE_SCOPE_CMP (Results 1 – 2 of 2) sorted by relevance
352 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) { in in6_selectsrc()353 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0) in in6_selectsrc()356 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) { in in6_selectsrc()357 if (IN6_ARE_SCOPE_CMP(new_scope, dst_scope) < 0) in in6_selectsrc()
508 #define IN6_ARE_SCOPE_CMP(a,b) ((a)-(b)) macro