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

/freebsd-10.3-release/sys/netinet6/
H A Din6_src.c356 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) {
357 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0)
360 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) {
361 if (IN6_ARE_SCOPE_CMP(new_scope, dst_scope) < 0)
H A Din6_var.h507 #define IN6_ARE_SCOPE_CMP(a,b) ((a)-(b)) macro

Completed in 562 milliseconds