Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/common/java/android/net/
DNattKeepalivePacketDataTest.kt78 private fun nattKeepalivePacket( in address() method
83 ) = NattKeepalivePacketData.nattKeepalivePacket(srcAddress, srcPort, dstAddress, dstPort) in address()
89 nattKeepalivePacket(dstPort = TEST_PORT) in address()
95 nattKeepalivePacket(srcAddress = TEST_ADDRV6) in address()
101 nattKeepalivePacket(dstAddress = TEST_ADDRV6) in address()
117 nattKeepalivePacket(srcAddress = TEST_ADDRV6, dstAddress = TEST_ADDRV4MAPPEDV6) in testConstructor_afterR()
120 nattKeepalivePacket(srcAddress = TEST_ADDRV4MAPPEDV6, dstAddress = TEST_ADDRV6) in testConstructor_afterR()
124 val packet1 = nattKeepalivePacket( in testConstructor_afterR()
130 val packet2 = nattKeepalivePacket(srcAddress = TEST_ADDRV6, dstAddress = TEST_ADDRV6) in testConstructor_afterR()
137 assertParcelingIsLossless(nattKeepalivePacket()) in testParcel()
[all …]
/packages/modules/Connectivity/framework/src/android/net/
DNattKeepalivePacketData.java58 public static NattKeepalivePacketData nattKeepalivePacket( in nattKeepalivePacket() method in NattKeepalivePacketData
164 return NattKeepalivePacketData.nattKeepalivePacket(srcAddress, srcPort,
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DKeepaliveTracker.java578 final KeepaliveInfo newInfo = ki.withPacketData(NattKeepalivePacketData.nattKeepalivePacket( in handleUpdateKeepaliveForClat()
822 packet = NattKeepalivePacketData.nattKeepalivePacket( in makeNattKeepaliveInfo()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java673 NattKeepalivePacketData.nattKeepalivePacket(src, 63000, dst, 4500); in testStartSendingOffloadedPacket()
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt426 Landroid/net/KeepalivePacketData;->nattKeepalivePacket(Ljava/net/InetAddress;ILjava/net/InetAddress…