/external/chromium_org/net/quic/ |
quic_connection.cc | 41 // an ack is being delayed. This is an optimization to reduce ack latency and 42 // packet count of pure ack packets. 70 // An alarm that is scheduled to send an ack if a timeout occurs. 476 DVLOG(1) << ENDPOINT << "Received an old ack frame: ignoring"; 544 // A new ack has a diminished largest_observed value. Error out. 554 // We never process old ack frames, so this number should only increase. 658 // Must called before ack processing, because processing acks removes entries 662 // If the incoming packet was missing, send an ack immediately. 699 // If there are new missing packets to report, send an ack immediately [all...] |
quic_ack_notifier.h | 36 // Called by the QuicConnection on receipt of new ACK frame, with the sequence 37 // number referenced by the ACK frame.
|
quic_ack_notifier_manager.h | 62 // On every ACK frame received by the connection, all the ack_notifiers_ will 70 // for that sequence number. On receipt of an ACK for a given sequence
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPDialog.java | 279 * This task waits till a pending ACK has been recorded and then sends out a re-INVITE. This 282 * ACK while it does mid call codec renegotiation. In the meanwhile, it cannot send an intervening 284 * condition. Hence we wait till the ACK for the previous re-INVITE has been sent before 342 * If we had to wait for ACK then wait for the ACK to actually get to the other 343 * side. Wait for any ACK retransmissions to finish. Then send out the request. 397 // If I ACK has not been seen on Dialog, 408 * seconds without receiving an ACK, the dialog is confirmed, but the session SHOULD 423 // Retransmit to 200 until ack receivedialog. 454 // confirmed state or ack seen if retransmit filter on [all...] |
/external/chromium_org/net/quic/congestion_control/ |
cubic_test.cc | 79 // Call once per ACK. 91 // Call once per ACK. 138 // Call once per ACK.
|
hybrid_slow_start.cc | 45 bool HybridSlowStart::EndOfRound(QuicPacketSequenceNumber ack) { 46 return end_sequence_number_ <= ack; 58 // First detection parameter - ack-train detection.
|
/external/kernel-headers/original/linux/can/ |
error.h | 23 #define CAN_ERR_ACK 0x00000020U /* received no ACK on transmission */ 71 #define CAN_ERR_PROT_LOC_ACK 0x19 /* ACK slot */ 72 #define CAN_ERR_PROT_LOC_ACK_DEL 0x1B /* ACK delimiter */
|
/external/ppp/pppd/ |
upap.h | 55 #define UPAP_AUTHACK 2 /* Authenticate-Ack */ 85 #define UPAPCS_OPEN 4 /* We've received an Ack */ 95 #define UPAPSS_OPEN 4 /* We've sent an Ack */
|
/external/tcpdump/ |
print-tftp.c | 52 { ACK, "ACK" }, /* acknowledgement */ 134 case ACK:
|
rx.h | 98 u_int16_t maxSkew; /* Max diff between ack'd packet and */ 100 u_int32_t firstPacket; /* The first packet in ack list */ 102 u_int32_t serial; /* # of packet that prompted the ack */
|
/external/chromium_org/content/browser/renderer_host/input/ |
gesture_event_filter.h | 57 // event is sent after receiving the ACK for previous one. The only exception is 143 // whenever ACK for previous event is received. This queue also tries to 176 // for an ACK, so the next gesture ACK should be ignored. 201 // been sent and is awaiting an ACK, and all other events have yet to be sent. 203 // queue have been sent, and the second is awaiting an ACK. All other events
|
input_router_client.h | 30 // * |CONSUMED| or |NO_CONSUMER_EXISTS| will trigger the appropriate ack. 39 // Called each time a WebInputEvent ACK IPC is received.
|
/development/ndk/platforms/android-3/include/linux/ |
tcp.h | 30 ack:1, member in struct:tcphdr 40 ack:1, member in struct:tcphdr
|
/external/chromium_org/content/browser/service_worker/ |
embedded_worker_instance.h | 71 // Called back from Registry when the worker instance has ack'ed that 77 // Called back from Registry when the worker instance has ack'ed that
|
/external/chromium_org/content/renderer/gpu/ |
compositor_output_surface.h | 66 const cc::CompositorFrameAck& ack); 68 const cc::CompositorFrameAck& ack);
|
/external/nist-sip/java/gov/nist/javax/sip/ |
SipListenerExt.java | 38 * ACK after receiving an OK response or if an ACK is not received after an OK is sent. The
|
/external/smack/src/com/kenai/jbosh/ |
Attributes.java | 38 static final BodyQName ACK = BodyQName.createBOSH("ack");
|
/external/wpa_supplicant_8/src/ap/ |
ieee802_11.h | 65 const u8 *buf, size_t len, int ack); 67 const u8 *data, size_t len, int ack);
|
/frameworks/av/media/libmedia/ |
SingleStateQueue.cpp | 45 template<typename T> bool SingleStateQueue<T>::Mutator::ack() function in class:android::SingleStateQueue::Mutator 50 template<typename T> bool SingleStateQueue<T>::Mutator::ack(int32_t sequence) function in class:android::SingleStateQueue::Mutator
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
tcp.h | 30 ack:1, member in struct:tcphdr 40 ack:1, member in struct:tcphdr
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
tcp.h | 30 ack:1, member in struct:tcphdr 40 ack:1, member in struct:tcphdr
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
tcp.h | 30 ack:1, member in struct:tcphdr 40 ack:1, member in struct:tcphdr
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
tcp.h | 30 ack:1, member in struct:tcphdr 40 ack:1, member in struct:tcphdr
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
tcp.h | 30 ack:1, member in struct:tcphdr 40 ack:1, member in struct:tcphdr
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
tcp.h | 30 ack:1, member in struct:tcphdr 40 ack:1, member in struct:tcphdr
|