Searched refs:acks (Results 1 - 3 of 3) sorted by relevance

/external/tcpdump/
H A Drx.h105 u_int8_t acks[RX_MAXACKS]; /* Up to RX_MAXACKS acknowledgements */ member in struct:rx_ackPacket
109 * Values for the acks array
H A Dprint-rx.c2650 * If we have a contiguous range of acks/nacks, try to
2662 * using bp, but instead use rxa->acks[]. But nAcks gets added
2676 if (rxa->acks[i] == RX_ACK_TYPE_ACK) {
2748 if (rxa->acks[i] == RX_ACK_TYPE_NACK) {
/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_impl_unittest.cc713 WebInputEvent::Type acks[] = { WebInputEvent::TouchStart, local
722 for (size_t i = 0; i < arraysize(acks); ++i) {
723 SendInputEventACK(acks[i],
725 EXPECT_EQ(acks[i], ack_handler_->acked_touch_event().event.type);
773 // Only acks for TouchCancel should always be ignored.
871 // Note: Mouse event acks are never forwarded to the ack handler, so the key
913 // Interleave a few events that do and do not ignore acks, ensuring that
979 // ignoring their acks.
1017 // synthetic acks, and fire immediately.
1174 // acked yet. ScrollBegin and ScrollEnd don't require acks
[all...]

Completed in 323 milliseconds