Home
last modified time | relevance | path

Searched defs:dstAddr (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/net/src/android/net/cts/
DIkeTunUtils.java61 final InetAddress dstAddr = getSrcAddress(request); in awaitReqAndInjectResp() local
170 InetAddress dstAddr, in buildIkePacket()
DIpSecBaseTest.java128 void sendTo(byte[] data, InetAddress dstAddr, int port) throws Exception; in sendTo()
203 public void sendTo(byte[] data, InetAddress dstAddr, int port) throws Exception { in sendTo()
239 public void sendTo(byte[] data, InetAddress dstAddr, int port) throws Exception { in sendTo()
DPacketUtils.java76 public final InetAddress dstAddr; field in PacketUtils.IpHeader
DConnectivityManagerTest.java1144 final InetAddress dstAddr = getAddrByName(TEST_HOST, AF_INET); in createConcurrentNattSocketKeepalives() local
/cts/tests/tests/net/ipsec/src/android/net/ipsec/ike/cts/
DIkeTunUtils.java138 InetAddress dstAddr = getAddress(request, true /* shouldGetSource */); in awaitReqAndInjectResp() local
347 InetAddress dstAddr, in buildIkePacket()
DPacketUtils.java82 public final InetAddress dstAddr; field in PacketUtils.IpHeader