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.java509 Inet6Address targetWithScopeId = null; in SimpleSocketCheck() local
512 targetWithScopeId = Inet6Address.getByAddress( in SimpleSocketCheck()
518 mTarget = (targetWithScopeId != null) ? targetWithScopeId : target; in SimpleSocketCheck()