/packages/modules/NetworkStack/src/android/net/apf/ |
D | ApfFilter.java | 963 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/ |
D | NattKeepalivePacketDataParcelable.aidl | 3 byte[] srcAddress;
|
D | TcpKeepalivePacketDataParcelable.aidl | 3 byte[] srcAddress;
|
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ |
D | NattKeepalivePacketDataParcelable.aidl | 20 byte[] srcAddress;
|
D | TcpKeepalivePacketDataParcelable.aidl | 20 byte[] srcAddress;
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/ |
D | NattKeepalivePacketDataParcelable.aidl | 20 byte[] srcAddress;
|
D | TcpKeepalivePacketDataParcelable.aidl | 20 byte[] srcAddress;
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/ |
D | NattKeepalivePacketDataParcelable.aidl | 20 byte[] srcAddress;
|
D | TcpKeepalivePacketDataParcelable.aidl | 20 byte[] srcAddress;
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ |
D | NattKeepalivePacketDataParcelable.aidl | 20 byte[] srcAddress;
|
D | TcpKeepalivePacketDataParcelable.aidl | 20 byte[] srcAddress;
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/ |
D | NattKeepalivePacketDataParcelable.aidl | 20 byte[] srcAddress;
|
D | TcpKeepalivePacketDataParcelable.aidl | 20 byte[] srcAddress;
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/ |
D | NattKeepalivePacketDataParcelable.aidl | 20 byte[] srcAddress;
|
D | TcpKeepalivePacketDataParcelable.aidl | 20 byte[] srcAddress;
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/ |
D | NattKeepalivePacketDataParcelable.aidl | 3 byte[] srcAddress;
|
D | TcpKeepalivePacketDataParcelable.aidl | 3 byte[] srcAddress;
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/1/android/net/ |
D | TcpKeepalivePacketDataParcelable.aidl | 3 byte[] srcAddress;
|
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | ApfTest.java | 1594 parcel.srcAddress = srcAddr.getAddress(); in testApfFilterKeepaliveAck() 1633 ipv6Parcel.srcAddress = srcAddr.getAddress(); in testApfFilterKeepaliveAck() 1781 parcel.srcAddress = srcAddr.getAddress(); in testApfFilterNattKeepalivePacket()
|