Home | History | Annotate | Download | only in Tcp4Dxe

Lines Matching defs:Urg

269   TCP_SEQNO Urg;

294 Urg = Seg->Seq + Seg->Urg;
307 if (TCP_SEQ_LT (Urg, Seg->Seq)) {
311 Seg->Urg = (UINT16) TCP_SUB_SEQ (Urg, Seg->Seq);
705 TCP_SEQNO Urg;
1284 // Sixth step: Check the URG bit.update the Urg point
1299 Urg = Seg->Seq + Seg->Urg;
1302 TCP_SEQ_GT (Urg, Tcb->RcvUp)) {
1304 Tcb->RcvUp = Urg;
1307 Tcb->RcvUp = Urg;