Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java530 Inet6Address remoteIp6Addr = (Inet6Address) parseNumericAddress("2400:222:222::222"); in runPing6Test() local
532 tethered.routerMacAddr, tethered.ipv6Addr, remoteIp6Addr); in runPing6Test()
540 ByteBuffer reply = Ipv6Utils.buildEchoReplyPacket(remoteIp6Addr, tethered.ipv6Addr); in runPing6Test()