Home
last modified time | relevance | path

Searched refs:srcAddress (Results 1 – 19 of 19) sorted by relevance

/packages/modules/NetworkStack/src/android/net/apf/
DApfFilter.java963 public final byte[] srcAddress; field in ApfFilter.NattKeepaliveResponse.NattKeepaliveResponseData
969 srcAddress = sentKeepalivePacket.dstAddress; in NattKeepaliveResponseData()
971 dstAddress = sentKeepalivePacket.srcAddress; in NattKeepaliveResponseData()
984 mSrcDstAddr = concatArrays(mPacket.srcAddress, mPacket.dstAddress); in NattKeepaliveResponse()
1031 InetAddress.getByAddress(mPacket.srcAddress), mPacket.srcPort), in toString()
1043 public final byte[] srcAddress; field in ApfFilter.TcpKeepaliveAck.TcpKeepaliveAckData
1052 srcAddress = sentKeepalivePacket.dstAddress; in TcpKeepaliveAckData()
1054 dstAddress = sentKeepalivePacket.srcAddress; in TcpKeepaliveAckData()
1086 InetAddress.getByAddress(mPacket.srcAddress), mPacket.srcPort), in toString()
1108 super(packet, concatArrays(packet.srcAddress, packet.dstAddress) /* srcDstAddr */); in TcpKeepaliveAckV4()
[all …]
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/2/android/net/
DNattKeepalivePacketDataParcelable.aidl3 byte[] srcAddress;
DTcpKeepalivePacketDataParcelable.aidl3 byte[] srcAddress;
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DNattKeepalivePacketDataParcelable.aidl20 byte[] srcAddress;
DTcpKeepalivePacketDataParcelable.aidl20 byte[] srcAddress;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/
DNattKeepalivePacketDataParcelable.aidl20 byte[] srcAddress;
DTcpKeepalivePacketDataParcelable.aidl20 byte[] srcAddress;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/
DNattKeepalivePacketDataParcelable.aidl20 byte[] srcAddress;
DTcpKeepalivePacketDataParcelable.aidl20 byte[] srcAddress;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/
DNattKeepalivePacketDataParcelable.aidl20 byte[] srcAddress;
DTcpKeepalivePacketDataParcelable.aidl20 byte[] srcAddress;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/
DNattKeepalivePacketDataParcelable.aidl20 byte[] srcAddress;
DTcpKeepalivePacketDataParcelable.aidl20 byte[] srcAddress;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/
DNattKeepalivePacketDataParcelable.aidl20 byte[] srcAddress;
DTcpKeepalivePacketDataParcelable.aidl20 byte[] srcAddress;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/
DNattKeepalivePacketDataParcelable.aidl3 byte[] srcAddress;
DTcpKeepalivePacketDataParcelable.aidl3 byte[] srcAddress;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/1/android/net/
DTcpKeepalivePacketDataParcelable.aidl3 byte[] srcAddress;
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java1594 parcel.srcAddress = srcAddr.getAddress(); in testApfFilterKeepaliveAck()
1633 ipv6Parcel.srcAddress = srcAddr.getAddress(); in testApfFilterKeepaliveAck()
1781 parcel.srcAddress = srcAddr.getAddress(); in testApfFilterNattKeepalivePacket()