Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkDiagnostics.java420 Inet6Address targetWithScopeId = null; in SimpleSocketCheck() local
423 targetWithScopeId = Inet6Address.getByAddress( in SimpleSocketCheck()
429 mTarget = (targetWithScopeId != null) ? targetWithScopeId : target; in SimpleSocketCheck()