Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/src/android/net/util/
DDnsUtils.java122 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