Searched refs:myIPv6 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/ |
D | ConnectivityServiceTest.java | 4168 InetAddress myIPv6 = InetAddress.getByName("2001:db8::1"); in testPacketKeepalives() local 4177 lp.addLinkAddress(new LinkAddress(myIPv6, 64)); in testPacketKeepalives() 4198 ka = mCm.startNattKeepalive(myNet, validKaInterval, callback, myIPv6, 1234, dstIPv4); in testPacketKeepalives() 4202 ka = mCm.startNattKeepalive(myNet, validKaInterval, callback, myIPv6, 1234, dstIPv6); in testPacketKeepalives() 4307 final InetAddress myIPv6 = InetAddress.getByName("2001:db8::1"); in doTestNattSocketKeepalivesWithExecutor() local 4320 lp.addLinkAddress(new LinkAddress(myIPv6, 64)); in doTestNattSocketKeepalivesWithExecutor() 4354 myNet, testSocket, myIPv6, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument 4361 myNet, testSocket, myIPv6, dstIPv6, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument 4482 final InetAddress myIPv6 = InetAddress.getByName("::1"); in doTestTcpSocketKeepalivesWithExecutor() local 4488 lp.addLinkAddress(new LinkAddress(myIPv6, 64)); in doTestTcpSocketKeepalivesWithExecutor() [all …]
|