Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java1375 private byte[] getDstMacForKeepalive(KeepalivePacketData packetData) in getDstMacForKeepalive() argument
1379 mLinkProperties.getRoutes(), packetData.getDstAddress()).getGateway(); in getDstMacForKeepalive()
1387 private static int getEtherProtoForKeepalive(KeepalivePacketData packetData) in getEtherProtoForKeepalive() argument
1389 if (packetData.getDstAddress() instanceof Inet4Address) { in getEtherProtoForKeepalive()
1391 } else if (packetData.getDstAddress() instanceof Inet6Address) { in getEtherProtoForKeepalive()
1398 private int startWifiIPPacketOffload(int slot, KeepalivePacketData packetData, in startWifiIPPacketOffload() argument
1405 packet = packetData.getPacket(); in startWifiIPPacketOffload()
1406 dstMac = getDstMacForKeepalive(packetData); in startWifiIPPacketOffload()
1407 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.java5126 int contextId, KeepalivePacketData packetData, int intervalMillis, Message result) { in startNattKeepalive() argument
5127 checkNotNull(packetData, "KeepaliveRequest cannot be null."); in startNattKeepalive()
5154 if (packetData.getDstAddress() instanceof Inet4Address) { in startNattKeepalive()
5156 } else if (packetData.getDstAddress() instanceof Inet6Address) { in startNattKeepalive()
5165 final InetAddress srcAddress = packetData.getSrcAddress(); in startNattKeepalive()
5166 final InetAddress dstAddress = packetData.getDstAddress(); in startNattKeepalive()
5169 req.sourcePort = packetData.getSrcPort(); in startNattKeepalive()
5172 req.destinationPort = packetData.getDstPort(); in startNattKeepalive()
DCommandsInterface.java2430 int contextId, KeepalivePacketData packetData, int intervalMillis, Message result); in startNattKeepalive() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1452 int contextId, KeepalivePacketData packetData, int intervalMillis, Message result) { in startNattKeepalive() argument