Searched refs:findScope (Results 1 – 1 of 1) sorted by relevance
122 scope = findScope(addr); in SortableAddress()125 scopeMatch = ((srcAddr != null) && (scope == findScope(srcAddr))) ? 1 : 0; in SortableAddress()254 private static int findScope(@NonNull InetAddress addr) { in findScope() method in DnsUtils