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