Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java4035 InetAddress myIPv6 = InetAddress.getByName("2001:db8::1"); in testPacketKeepalives() local
4044 lp.addLinkAddress(new LinkAddress(myIPv6, 64)); in testPacketKeepalives()
4065 ka = mCm.startNattKeepalive(myNet, validKaInterval, callback, myIPv6, 1234, dstIPv4); in testPacketKeepalives()
4069 ka = mCm.startNattKeepalive(myNet, validKaInterval, callback, myIPv6, 1234, dstIPv6); in testPacketKeepalives()
4170 final InetAddress myIPv6 = InetAddress.getByName("2001:db8::1"); in doTestNattSocketKeepalivesWithExecutor() local
4183 lp.addLinkAddress(new LinkAddress(myIPv6, 64)); in doTestNattSocketKeepalivesWithExecutor()
4217 myNet, testSocket, myIPv6, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
4224 myNet, testSocket, myIPv6, dstIPv6, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
4345 final InetAddress myIPv6 = InetAddress.getByName("::1"); in doTestTcpSocketKeepalivesWithExecutor() local
4351 lp.addLinkAddress(new LinkAddress(myIPv6, 64)); in doTestTcpSocketKeepalivesWithExecutor()
[all …]