Home | History | Annotate | Download | only in Tcp4Dxe

Lines Matching refs:TCP_SEQNO

145   TCP_SEQNO Seq;  ///< Starting sequence number

146 TCP_SEQNO End; ///< The sequence of the last byte + 1, include SYN/FIN. End-Seq = SEG.LEN
147 TCP_SEQNO Ack; ///< ACK field in the segment
186 TCP_SEQNO Iss; ///< Initial Sending Sequence
187 TCP_SEQNO SndUna; ///< First unacknowledged data
188 TCP_SEQNO SndNxt; ///< Next data sequence to send.
189 TCP_SEQNO SndPsh; ///< Send PUSH point
190 TCP_SEQNO SndUp; ///< Send urgent point
193 TCP_SEQNO SndWl1; ///< Seq number used for last window update
194 TCP_SEQNO SndWl2; ///< Ack no of last window update
196 TCP_SEQNO RcvNxt; ///< Next sequence no to receive
198 TCP_SEQNO RcvWl2; ///< The RcvNxt (or ACK) of last window update.
201 TCP_SEQNO RcvUp; ///< Urgent point;
202 TCP_SEQNO Irs; ///< Initial Receiving Sequence
223 TCP_SEQNO RttSeq; ///< The seq of measured segment now
235 TCP_SEQNO Recover; ///< Recover point for NewReno
239 TCP_SEQNO LossRecover; ///< Recover point for retxmit
266 extern TCP_SEQNO mTcpGlobalIss;