Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java5385 InetAddress dstIPv6 = InetAddress.getByName("2001:4860:4860::8888"); in testPacketKeepalives() local
5410 ka = mCm.startNattKeepalive(myNet, validKaInterval, callback, myIPv4, 1234, dstIPv6); in testPacketKeepalives()
5417 ka = mCm.startNattKeepalive(myNet, validKaInterval, callback, myIPv6, 1234, dstIPv6); in testPacketKeepalives()
5520 final InetAddress dstIPv6 = InetAddress.getByName("2001:4860:4860::8888"); in doTestNattSocketKeepalivesWithExecutor() local
5558 myNet, testSocket, myIPv4, dstIPv6, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
5572 myNet, testSocket, myIPv6, dstIPv6, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument