HomeSort by relevance Sort by last modified time
    Searched defs:acked (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/quic/
quic_sent_packet_manager_test.cc 457 // Since 2 was marked for retransmit, when 1 is acked, 2 is kept for RTT.
492 // Ensure packet 2 is lost when 4 is sent and 3 and 4 are acked.
496 QuicPacketSequenceNumber acked[] = { 3, 4 }; local
497 ExpectAcksAndLosses(true, acked, arraysize(acked), NULL, 0);
525 QuicPacketSequenceNumber acked[] = { 2, 3 }; local
526 ExpectAcksAndLosses(true, acked, arraysize(acked), NULL, 0);
556 QuicPacketSequenceNumber acked[] = { 2, 3, 4 }; local
558 ExpectAcksAndLosses(true, acked, arraysize(acked), lost, arraysize(lost))
943 QuicPacketSequenceNumber acked[] = { 3, 4, 5, 8, 9 }; local
    [all...]
  /external/iputils/
clockdiff.c 116 static u_short seqno, seqno0, acked; variable
181 acked = seqno = seqno0 = 0;
189 if (seqno - acked > TRIALS)
230 if (acked < icp->un.echo.sequence)
231 acked = icp->un.echo.sequence;
358 acked = seqno = seqno0 = 0;
366 if ( seqno - acked > TRIALS) {
415 if (acked < icp->un.echo.sequence)
416 acked = icp->un.echo.sequence;
ping_common.c 13 __u16 acked; variable
  /external/chromium_org/content/browser/renderer_host/input/
input_router_impl_unittest.cc 423 // As the event was acked already, keyboard event queue should be
657 // Tests that the acked events have correct state. (ui::Events are used only on
665 // Send a bunch of events, and make sure the ACKed events are correct.
668 // Use a custom timestamp for all the events to test that the acked events
711 // Receive the ACKs and make sure the generated events from the acked events
726 ScopedVector<ui::TouchEvent> acked; local
729 ack_handler_->acked_touch_event(), &acked, coordinate_system);
730 bool success = EventListIsSubset(acked, expected_events);
735 expected_events.begin() + acked.size());
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_indata.c 3476 int inflight = 0, resend = 0, inbetween = 0, acked = 0, above = 0; local
    [all...]

Completed in 2554 milliseconds