HomeSort by relevance Sort by last modified time
    Searched full:ack (Results 276 - 300 of 931) sorted by null

<<11121314151617181920>>

  /external/android-clat/
dump.c 176 printf("ack = %x\n",ntohl(tcp->ack_seq));
185 printf("urg = %x ack = %x psh = %x rst = %x syn = %x fin = %x\n",
186 tcp->urg, tcp->ack, tcp->psh, tcp->rst, tcp->syn, tcp->fin);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hixie75.py 154 'Received ack for server-initiated closing '
163 'Sent ack for client-initiated closing handshake')
219 'Didn\'t receive valid ack for closing handshake')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
_stream_hixie75.py 155 'Received ack for server-initiated closing '
164 'Sent ack for client-initiated closing handshake')
220 'Didn\'t receive valid ack for closing handshake')
  /external/libppp/src/
fsm.c 118 "Req-Sent", "Ack-Rcvd", "Ack-Sent", "Opened",
490 dec.ackend = dec.ack;
547 fsm_Output(fp, CODE_CONFIGACK, lhp->id, dec.ack, dec.ackend - dec.ack,
624 dec.ackend = dec.ack;
708 dec.ackend = dec.ack;
841 dec.ackend = dec.ack;
1108 log_Printf(fp->LogLevel, "%s: Oops - received unexpected reset ack\n",
1192 dec->ackend += fsm_opt(dec->ackend, FSM_OPTLEN - (dec->ackend - dec->ack), o)
    [all...]
cbcp.c 113 missed = "ACK";
145 #define CBCP_RESPSENT (3) /* Waiting for an ACK */
149 "closed", "stopped", "req-sent", "resp-sent", "ack-sent"
505 cbcp_NewPhase(cbcp, CBCP_RESPSENT); /* Wait for an ACK */
618 cbcp_NewPhase(cbcp, CBCP_ACKSENT); /* Wait for an ACK */
695 * Don't change state in case the peer doesn't get our ACK,
722 * Don't change state in case the peer doesn't get our ACK,
732 log_Printf(LogCBCP, "%s: unexpected ACK dropped\n", p->dl->name);
757 /* Don't change our state in case the peer doesn't get the ACK */
cbcp.h 37 #define CBCP_RESPSENT (3) /* Waiting for an ACK */
  /external/tcpdump/
print-zephyr.c 77 { Z_PACKET_HMACK, "hm-ack" },
79 { Z_PACKET_SERVACK, "serv-ack" },
81 { Z_PACKET_CLIENTACK, "client-ack" },
  /development/ndk/platforms/android-3/include/linux/
irq.h 61 void (*ack)(unsigned int irq); member in struct:irq_chip
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 105 Ack();
119 //ack();
137 protected virtual void Ack() {
150 Ack();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 112 Ack();
126 //ack();
149 protected virtual void Ack()
167 Ack();
  /external/chromium/chrome/browser/
external_tab_container_win.h 237 // Top level navigations received for a tab while it is waiting for an ack
242 // browser sends over the ack, we receive a top level URL navigation for the
314 // Contains the list of URL requests which are pending waiting for an ack
318 // Set to true if the ExternalTabContainer instance is waiting for an ack
  /external/chromium_org/cc/output/
renderer.h 68 virtual void ReceiveSwapBuffersAck(const CompositorFrameAck& ack) {}
software_renderer.h 46 const CompositorFrameAck& ack) OVERRIDE;
  /external/chromium_org/cc/test/
fake_output_surface.h 102 void ReturnResource(unsigned id, CompositorFrameAck* ack);
  /external/chromium_org/content/browser/renderer_host/input/
tap_suppression_controller.h 28 // Should be called whenever an ACK for a GestureFlingCancel event is
  /external/chromium_org/content/renderer/gpu/
compositor_output_surface.h 66 const cc::CompositorFrameAck& ack);
  /external/chromium_org/content/renderer/pepper/
audio_helper.cc 73 // something more elaborate like an ACK from the plugin or post a task to
  /external/chromium_org/net/quic/congestion_control/
cubic.h 34 // Compute a new congestion window to use after a received ACK.
send_algorithm_interface.h 50 // Called for each received ACK, with sequence number from remote peer.
  /external/chromium_org/net/quic/
quic_sent_entropy_manager.cc 41 // Should only happen when we have not received ack for any packet.
  /external/chromium_org/sync/tools/
null_invalidation_state_tracker.cc 82 LOG(INFO) << "Received ack for " << ObjectIdToString(id);
  /external/chromium_org/tools/android/forwarder2/
command.cc 32 // ACK).
  /external/iptables/extensions/
libxt_tcp.c 17 " (Flags: SYN ACK FIN RST URG PSH ALL NONE)\n"
19 " (equivalent to --tcp-flags SYN,RST,ACK,FIN SYN)\n"
73 { "ACK", 0x10 },
174 parse_tcp_flags(tcpinfo, "SYN,RST,ACK,FIN", "SYN", invert);
  /external/kernel-headers/original/asm-mips/dec/
kn02xa.h 36 #define KN02XA_MEM_INTR 0x0e00000c /* write err IRQ stat & ack */
  /external/kernel-headers/original/linux/
tcp.h 35 ack:1, member in struct:tcphdr
45 ack:1, member in struct:tcphdr
224 __u32 snd_una; /* First byte we want an ack for */
226 __u32 rcv_tstamp; /* timestamp of last received ACK (for keepalives) */

Completed in 921 milliseconds

<<11121314151617181920>>