Searched refs:Irs (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Proto.h202 TCP_SEQNO Irs; ///< Initial Receiving Sequence member in struct:_TCP_CB
H A DTcp4Misc.c134 Tcb->Irs = Seg->Seq;
135 Tcb->RcvNxt = Tcb->Irs + 1;
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
H A DTcpProto.h279 TCP_SEQNO Irs; ///< Initial Receiving Sequence. member in struct:_TCP_CONTROL_BLOCK
H A DTcpMisc.c140 Tcb->Irs = Seg->Seq;
141 Tcb->RcvNxt = Tcb->Irs + 1;

Completed in 11 milliseconds