Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/util/
DDnsUtils.java124 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