Home
last modified time | relevance | path

Searched defs:dstAddress (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DNattKeepalivePacketData.java46 @NonNull InetAddress dstAddress, int dstPort, @NonNull byte[] data) throws in NattKeepalivePacketData()
56 InetAddress srcAddress, int srcPort, InetAddress dstAddress, int dstPort) in nattKeepalivePacket()
133 final InetAddress dstAddress = getDstAddress(); in equals() local
H A DTcpKeepalivePacketData.java71 @NonNull final InetAddress dstAddress, int dstPort, @NonNull final byte[] data, in TcpKeepalivePacketData()
138 final InetAddress dstAddress = getDstAddress(); in equals() local
186 InetAddress dstAddress = InetAddresses.parseNumericAddress(in.readString()); in readFromParcel() local
H A DKeepalivePacketData.java66 @IntRange(from = 0, to = 65535) int srcPort, @NonNull InetAddress dstAddress, in KeepalivePacketData()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/util/
H A DKeepalivePacketDataUtil.java62 final InetAddress dstAddress = pkt.getDstAddress(); in toStableParcelable() local
78 final InetAddress dstAddress = pkt.getDstAddress(); in toStableParcelable() local
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java667 private void handleIncomingCecCommand(int srcAddress, int dstAddress, byte[] body) { in handleIncomingCecCommand()
683 private int incomingMessageDirection(int srcAddress, int dstAddress) { in incomingMessageDirection()
747 int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body); in nativeSendCecCommand()
820 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
987 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DFakeNativeWrapper.java75 int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
H A DHdmiCecLocalDeviceTest.java70 private static int SendCecCommandFactory(int srcAddress, int dstAddress, byte[] body) { in SendCecCommandFactory()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DKeepaliveTracker.java620 InetAddress srcAddress, dstAddress; in startNattKeepalive() local
/aosp12/packages/modules/NetworkStack/src/android/net/apf/
H A DApfFilter.java966 public final byte[] dstAddress; field in ApfFilter.NattKeepaliveResponse.NattKeepaliveResponseData
1046 public final byte[] dstAddress; field in ApfFilter.TcpKeepaliveAck.TcpKeepaliveAckData
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java5599 final InetAddress dstAddress = packetData.getDstAddress(); in startNattKeepalive() local