/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.
|
print-sctp.c | 272 printf("[#gap acks %u] ", EXTRACT_16BITS(&sack->numberOfdesc));
|
print-rx.c | [all...] |
/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
|
tcp_input.c | 588 * It is better to not delay acks at all to maximize 1013 * In SYN_RECEIVED state if the ack ACKs our SYN then enter 1062 * In ESTABLISHED state: drop duplicate ACKs; ACK out of range 1063 * ACKs. If the ack is in the range 1100 * Dup acks mean that packets have left the [all...] |
tcp_output.c | 90 * We have been idle for "a while" and no acks are
|
/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
|
tcp_input.c | 593 * It is better to not delay acks at all to maximize 1019 * In SYN_RECEIVED state if the ack ACKs our SYN then enter 1068 * In ESTABLISHED state: drop duplicate ACKs; ACK out of range 1069 * ACKs. If the ack is in the range 1106 * Dup acks mean that packets have left the [all...] |
tcp_output.c | 90 * We have been idle for "a while" and no acks are
|
/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 */
|
hil.h | 260 #define HIL_IDD_IOD_PROMPT_MASK 0x70 /* Number of prompts/acks */
|
/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
|
/external/quake/quake/src/QW/docs/ |
readme.qwcl | 208 Acks
|
/system/core/adb/ |
protocol.txt | 234 multiple WRITEs may be sent without requiring individual READY acks.
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
SMSDispatcher.java | [all...] |