Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Din6_src.c358 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) { in in6_selectsrc()
359 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0) in in6_selectsrc()
362 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) { in in6_selectsrc()
363 if (IN6_ARE_SCOPE_CMP(new_scope, dst_scope) < 0) in in6_selectsrc()
H A Din6_var.h508 #define IN6_ARE_SCOPE_CMP(a,b) ((a)-(b)) macro
/f-stack/tools/compat/include/netinet6/
H A Din6_var.h508 #define IN6_ARE_SCOPE_CMP(a,b) ((a)-(b)) macro