/external/tcpdump/ |
packetdat.awk | 16 # <# acks> 46 totalAcks " acks."
|
rx.h | 105 u_int8_t acks[RX_MAXACKS]; /* Up to RX_MAXACKS acknowledgements */ member in struct:rx_ackPacket 109 * Values for the acks array
|
README | 96 the other only acks, all address information is left off and 111 for acks). The number in parens following an ack is 116 sends or acks have a number in square brackets showing 144 number of acks. 162 # 134 chunks. 536 packets sent. 508 acks.
|
/external/qemu/slirp/ |
tcp_var.h | 49 short t_dupacks; /* consecutive dup acks recd */ 178 u_long tcps_delack; /* delayed acks sent */ 213 u_long tcps_rcvdupack; /* rcvd duplicate acks */ 214 u_long tcps_rcvacktoomuch; /* rcvd acks for unsent data */ 216 u_long tcps_rcvackbyte; /* bytes acked by rcvd acks */ 219 u_long tcps_predack; /* times hdr predict ok for acks */
|
tcp_timer.h | 50 * have been sent for which ACKs are expected but not yet 54 * are more ACKs expected). Whenever the retransmit timer goes off,
|
debug.c | 197 lprint(" %6d acks (for %d bytes)\r\n", 199 lprint(" %6d duplicate acks\r\n", tcpstat.tcps_rcvdupack); 200 lprint(" %6d acks for unsent data\r\n", tcpstat.tcps_rcvacktoomuch);
|
tcp_timer.c | 44 * Fast timeout routine for processing delayed acks
|
/external/qemu/slirp-android/ |
tcp_var.h | 54 short t_dupacks; /* consecutive dup acks recd */ 182 u_long tcps_delack; /* delayed acks sent */ 217 u_long tcps_rcvdupack; /* rcvd duplicate acks */ 218 u_long tcps_rcvacktoomuch; /* rcvd acks for unsent data */ 220 u_long tcps_rcvackbyte; /* bytes acked by rcvd acks */ 223 u_long tcps_predack; /* times hdr predict ok for acks */
|
tcp_timer.h | 50 * have been sent for which ACKs are expected but not yet 54 * are more ACKs expected). Whenever the retransmit timer goes off,
|
debug.c | 193 lprint(" %6d acks (for %d bytes)\r\n", 195 lprint(" %6d duplicate acks\r\n", tcpstat.tcps_rcvdupack); 196 lprint(" %6d acks for unsent data\r\n", tcpstat.tcps_rcvacktoomuch);
|
tcp_timer.c | 44 * Fast timeout routine for processing delayed acks
|
/external/nist-sip/java/gov/nist/javax/sip/ |
SipProviderExt.java | 25 * If this flag is set to false, the stack will not drop out of sequence ACKs but will pass
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
tcp.h | 96 #define TCP_QUICKACK 12 /* Block/reenable quick acks */
|
/external/kernel-headers/original/linux/ |
tcp.h | 95 #define TCP_QUICKACK 12 /* Block/reenable quick acks */ 257 __u8 frto_counter; /* Number of new acks after RTO */
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.h | 190 // Congestion avoidance, Fast retransmit/recovery, Delayed ACKs
|
pseudotcp.cc | 342 // Check if it's time to send delayed acks 763 // Check duplicate acks 790 // Conditions were acks must be sent:
|
/external/iproute2/include/netinet/ |
tcp.h | 51 #define TCP_QUICKACK 12 /* Bock/reenable quick ACKs. */
|
/external/quake/quake/src/WinQuake/docs/ |
README.X11 | 98 Acks
|
readme.squake | 118 Acks
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
tcp.h | 51 #define TCP_QUICKACK 12 /* Bock/reenable quick ACKs. */
|
/system/core/libnl_2/ |
README | 37 * Acknowledgements (ACKs) are sent as NLMSG_ERROR netlink message types (0x2) and
|
/frameworks/base/core/java/android/net/ |
TrafficStats.java | 446 * Does not include TCP control packets (SYN/ACKs/FIN/..). 459 * Does not include TCP control packets (SYN/ACKs/FIN/..).
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/ |
UsbAccessoryTestActivity.java | 190 // Wait for response and send message acks...
|
/external/chromium/net/tools/testserver/ |
xmppserver_test.py | 217 # Test acks.
|
/external/chromium/chrome/browser/ |
external_tab_container_win.h | 244 // We receive the automation channel only when the external host acks the
|