Home | History | Annotate | Download | only in TcpDxe

Lines Matching defs:Urg

293   TCP_SEQNO Urg;

318 Urg = Seg->Seq + Seg->Urg;
331 if (TCP_SEQ_LT (Urg, Seg->Seq)) {
335 Seg->Urg = (UINT16) TCP_SUB_SEQ (Urg, Seg->Seq);
739 TCP_SEQNO Urg;
1411 // Sixth step: Check the URG bit.update the Urg point
1427 Urg = Seg->Seq + Seg->Urg;
1430 TCP_SEQ_GT (Urg, Tcb->RcvUp))
1433 Tcb->RcvUp = Urg;
1436 Tcb->RcvUp = Urg;