Searched defs:myIPv4 (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
H A D | ConnectivityServiceTest.java | 5381 InetAddress myIPv4 = InetAddress.getByName("192.0.2.129"); in testPacketKeepalives() local 5516 final InetAddress myIPv4 = InetAddress.getByName("192.0.2.129"); in doTestNattSocketKeepalivesWithExecutor() local 5551 myNet, testSocket, myIPv4, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument 5558 myNet, testSocket, myIPv4, dstIPv6, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument 5579 myNet, testSocket, myIPv4, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument 5587 myNet, testSocket, myIPv4, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument 5614 myNet, testSocket, myIPv4, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument 5626 myNet, testSocket, myIPv4, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument 5720 final InetAddress myIPv4 = InetAddress.getByName("127.0.0.1"); in doTestTcpSocketKeepalivesWithExecutor() local 5789 final InetAddress myIPv4 = InetAddress.getByName("192.0.2.129"); in doTestNattSocketKeepalivesFdWithExecutor() local [all …]
|