Home
last modified time | relevance | path

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

/mirbsd/src/sys/netinet6/
Din6.c2314 dscopecmp = IN6_ARE_SCOPE_CMP(src_scope, dst_scope);
2322 ifa_best ? IN6_ARE_SCOPE_CMP(src_scope, best_scope) : -1,
2364 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0 &&
2365 IN6_ARE_SCOPE_CMP(src_scope, dst_scope) >= 0)
2367 if (IN6_ARE_SCOPE_CMP(src_scope, dst_scope) < 0 &&
2368 IN6_ARE_SCOPE_CMP(best_scope, dst_scope) >= 0)
2452 dscopecmp = IN6_ARE_SCOPE_CMP(src_scope, dst_scope);
2453 bscopecmp = IN6_ARE_SCOPE_CMP(src_scope, best_scope);
Din6_var.h444 #define IN6_ARE_SCOPE_CMP(a,b) ((a)-(b)) macro