HomeSort by relevance Sort by last modified time
    Searched refs:RcvNxt (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tcpestats.h 48 ULONG RcvNxt;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Output.c 49 if (TCP_SEQ_GT (Tcb->RcvWl2 + Tcb->RcvWnd, Tcb->RcvNxt)) {
53 Tcb->RcvNxt
333 Head->Ack = NTOHL (Tcb->RcvNxt);
388 Tcb->RcvWl2 = Tcb->RcvNxt;
1091 Nhead->Ack = HTONL (Tcb->RcvNxt);
Tcp4Misc.c 135 Tcb->RcvNxt = Tcb->Irs + 1;
137 Tcb->RcvWl2 = Tcb->RcvNxt;
656 Nhead->Ack = HTONL (Tcb->RcvNxt);
Tcp4Proto.h 196 TCP_SEQNO RcvNxt; ///< Next sequence no to receive
198 TCP_SEQNO RcvWl2; ///< The RcvNxt (or ACK) of last window update.
Tcp4Input.c 355 TcpTrimSegment (Nbuf, Tcb->RcvNxt, Tcb->RcvWl2 + Tcb->RcvWnd);
396 Seq = Tcb->RcvNxt;
411 Tcb->RcvNxt = Seq;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpOutput.c 49 if (TCP_SEQ_GT (Tcb->RcvWl2 + Tcb->RcvWnd, Tcb->RcvNxt)) {
53 Tcb->RcvNxt
327 Head->Ack = NTOHL (Tcb->RcvNxt);
381 Tcb->RcvWl2 = Tcb->RcvNxt;
1142 Nhead->Ack = HTONL (Tcb->RcvNxt);
TcpMisc.c 141 Tcb->RcvNxt = Tcb->Irs + 1;
143 Tcb->RcvWl2 = Tcb->RcvNxt;
931 Nhead->Ack = HTONL (Tcb->RcvNxt);
TcpProto.h 273 TCP_SEQNO RcvNxt; ///< Next sequence no to receive.
275 TCP_SEQNO RcvWl2; ///< The RcvNxt (or ACK) of last window update.
TcpInput.c 378 TcpTrimSegment (Nbuf, Tcb->RcvNxt, Tcb->RcvWl2 + Tcb->RcvWnd);
418 Seq = Tcb->RcvNxt;
433 Tcb->RcvNxt = Seq;
    [all...]

Completed in 89 milliseconds