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.java4027 InetAddress myIPv6 = InetAddress.getByName("2001:db8::1"); in testPacketKeepalives() local
4036 lp.addLinkAddress(new LinkAddress(myIPv6, 64)); in testPacketKeepalives()
4057 ka = mCm.startNattKeepalive(myNet, validKaInterval, callback, myIPv6, 1234, dstIPv4); in testPacketKeepalives()
4061 ka = mCm.startNattKeepalive(myNet, validKaInterval, callback, myIPv6, 1234, dstIPv6); in testPacketKeepalives()
4162 final InetAddress myIPv6 = InetAddress.getByName("2001:db8::1"); in doTestNattSocketKeepalivesWithExecutor() local
4175 lp.addLinkAddress(new LinkAddress(myIPv6, 64)); in doTestNattSocketKeepalivesWithExecutor()
4209 myNet, testSocket, myIPv6, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
4216 myNet, testSocket, myIPv6, dstIPv6, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
4337 final InetAddress myIPv6 = InetAddress.getByName("::1"); in doTestTcpSocketKeepalivesWithExecutor() local
4343 lp.addLinkAddress(new LinkAddress(myIPv6, 64)); in doTestTcpSocketKeepalivesWithExecutor()
[all …]