/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | ApfTest.java | 1575 final int srcPort = 12345; in testApfFilterKeepaliveAck() local 1595 parcel.srcPort = srcPort; in testApfFilterKeepaliveAck() 1609 dstPort, srcPort, ackNum, seqNum + 1, 0 /* dataLength */)); in testApfFilterKeepaliveAck() 1613 dstPort, srcPort, ackNum + 100, seqNum, 0 /* dataLength */)); in testApfFilterKeepaliveAck() 1616 dstPort, srcPort, ackNum, seqNum + 1, 10 /* dataLength */)); in testApfFilterKeepaliveAck() 1634 ipv6Parcel.srcPort = srcPort; in testApfFilterKeepaliveAck() 1648 dstPort, srcPort, ackNum, seqNum + 1)); in testApfFilterKeepaliveAck() 1652 dstPort, srcPort, ackNum + 100, seqNum)); in testApfFilterKeepaliveAck() 1671 dstPort, srcPort, ackNum, seqNum + 1, 0 /* dataLength */)); in testApfFilterKeepaliveAck() 1675 dstPort, srcPort, ackNum + 100, seqNum, 0 /* dataLength */)); in testApfFilterKeepaliveAck() [all …]
|
/packages/modules/NetworkStack/src/android/net/apf/ |
D | ApfFilter.java | 964 public final int srcPort; field in ApfFilter.NattKeepaliveResponse.NattKeepaliveResponseData 970 srcPort = sentKeepalivePacket.dstPort; in NattKeepaliveResponseData() 972 dstPort = sentKeepalivePacket.srcPort; in NattKeepaliveResponseData() 985 mPortFingerprint = generatePortFingerprint(mPacket.srcPort, mPacket.dstPort); in NattKeepaliveResponse() 988 byte[] generatePortFingerprint(int srcPort, int dstPort) { in generatePortFingerprint() argument 991 fp.putShort((short) srcPort); in generatePortFingerprint() 1031 InetAddress.getByAddress(mPacket.srcAddress), mPacket.srcPort), in toString() 1044 public final int srcPort; field in ApfFilter.TcpKeepaliveAck.TcpKeepaliveAckData 1053 srcPort = sentKeepalivePacket.dstPort; in TcpKeepaliveAckData() 1055 dstPort = sentKeepalivePacket.srcPort; in TcpKeepaliveAckData() [all …]
|
/packages/modules/NetworkStack/src/android/net/util/ |
D | ConnectivityPacketSummary.java | 374 final int srcPort = asUint(mPacket.getShort()); in parseUDP() local 376 sj.add(asString(srcPort)).add(">").add(asString(dstPort)); in parseUDP() 379 if (srcPort == DHCP4_CLIENT_PORT || dstPort == DHCP4_CLIENT_PORT) { in parseUDP()
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/2/android/net/ |
D | NattKeepalivePacketDataParcelable.aidl | 4 int srcPort;
|
D | TcpKeepalivePacketDataParcelable.aidl | 4 int srcPort;
|
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ |
D | NattKeepalivePacketDataParcelable.aidl | 21 int srcPort;
|
D | TcpKeepalivePacketDataParcelable.aidl | 21 int srcPort;
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/ |
D | NattKeepalivePacketDataParcelable.aidl | 21 int srcPort;
|
D | TcpKeepalivePacketDataParcelable.aidl | 21 int srcPort;
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/ |
D | NattKeepalivePacketDataParcelable.aidl | 21 int srcPort;
|
D | TcpKeepalivePacketDataParcelable.aidl | 21 int srcPort;
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ |
D | NattKeepalivePacketDataParcelable.aidl | 21 int srcPort;
|
D | TcpKeepalivePacketDataParcelable.aidl | 21 int srcPort;
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/ |
D | NattKeepalivePacketDataParcelable.aidl | 21 int srcPort;
|
D | TcpKeepalivePacketDataParcelable.aidl | 21 int srcPort;
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/ |
D | NattKeepalivePacketDataParcelable.aidl | 21 int srcPort;
|
D | TcpKeepalivePacketDataParcelable.aidl | 21 int srcPort;
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/ |
D | NattKeepalivePacketDataParcelable.aidl | 4 int srcPort;
|
D | TcpKeepalivePacketDataParcelable.aidl | 4 int srcPort;
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/1/android/net/ |
D | TcpKeepalivePacketDataParcelable.aidl | 4 int srcPort;
|
/packages/modules/NetworkStack/src/android/net/dhcp/ |
D | DhcpServer.java | 825 int srcPort) { in onReceive() argument 826 if (srcPort != DHCP_CLIENT) { in onReceive() 829 packetType, srcPort); in onReceive()
|
D | DhcpPacketListener.java | 89 int srcPort); in onReceive() argument
|