Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java1292 private byte[] getDstMacForKeepalive(KeepalivePacketData packetData) in getDstMacForKeepalive() argument
1296 mLinkProperties.getRoutes(), packetData.getDstAddress()).getGateway(); in getDstMacForKeepalive()
1304 private static int getEtherProtoForKeepalive(KeepalivePacketData packetData) in getEtherProtoForKeepalive() argument
1306 if (packetData.getDstAddress() instanceof Inet4Address) { in getEtherProtoForKeepalive()
1308 } else if (packetData.getDstAddress() instanceof Inet6Address) { in getEtherProtoForKeepalive()
1315 private int startWifiIPPacketOffload(int slot, KeepalivePacketData packetData, in startWifiIPPacketOffload() argument
1322 packet = packetData.getPacket(); in startWifiIPPacketOffload()
1323 dstMac = getDstMacForKeepalive(packetData); in startWifiIPPacketOffload()
1324 proto = getEtherProtoForKeepalive(packetData); in startWifiIPPacketOffload()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java660 int contextId, KeepalivePacketData packetData, int intervalMillis, Message result) { in startNattKeepalive() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java660 int contextId, KeepalivePacketData packetData, int intervalMillis, Message result) { in startNattKeepalive() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java5127 int contextId, KeepalivePacketData packetData, int intervalMillis, Message result) { in startNattKeepalive() argument
5128 checkNotNull(packetData, "KeepaliveRequest cannot be null."); in startNattKeepalive()
5155 if (packetData.getDstAddress() instanceof Inet4Address) { in startNattKeepalive()
5157 } else if (packetData.getDstAddress() instanceof Inet6Address) { in startNattKeepalive()
5166 final InetAddress srcAddress = packetData.getSrcAddress(); in startNattKeepalive()
5167 final InetAddress dstAddress = packetData.getDstAddress(); in startNattKeepalive()
5170 req.sourcePort = packetData.getSrcPort(); in startNattKeepalive()
5173 req.destinationPort = packetData.getDstPort(); in startNattKeepalive()
DCommandsInterface.java2428 int contextId, KeepalivePacketData packetData, int intervalMillis, Message result); in startNattKeepalive() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java2375 int contextId, KeepalivePacketData packetData, int intervalMillis, Message result) { in startNattKeepalive() argument
2377 contextId, packetData, intervalMillis, result); in startNattKeepalive()
DSimulatedCommandsVerifier.java1447 int contextId, KeepalivePacketData packetData, int intervalMillis, Message result) { in startNattKeepalive() argument