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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Input.c 502 TCP_SEQ_LEQ (Seg->Seq, Tcb->RcvUp)) {
504 if (TCP_SEQ_LEQ (Seg->End, Tcb->RcvUp)) {
507 Urgent = TCP_SUB_SEQ (Tcb->RcvUp, Seg->Seq) + 1;
1285 // if in TCP_CAN_RECV, otherwise, leave the RcvUp intact.
1302 TCP_SEQ_GT (Urg, Tcb->RcvUp)) {
1304 Tcb->RcvUp = Urg;
1307 Tcb->RcvUp = Urg;
    [all...]
Tcp4Proto.h 201 TCP_SEQNO RcvUp; ///< Urgent point;
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpInput.c 534 TCP_SEQ_LEQ (Seg->Seq, Tcb->RcvUp))
537 if (TCP_SEQ_LEQ (Seg->End, Tcb->RcvUp)) {
540 Urgent = TCP_SUB_SEQ (Tcb->RcvUp, Seg->Seq) + 1;
1412 // if in TCP_CAN_RECV, otherwise, leave the RcvUp intact.
1430 TCP_SEQ_GT (Urg, Tcb->RcvUp))
1433 Tcb->RcvUp = Urg;
1436 Tcb->RcvUp = Urg;
    [all...]
TcpProto.h 278 TCP_SEQNO RcvUp; ///< Urgent point;

Completed in 3051 milliseconds