Home | History | Annotate | Download | only in TcpDxe

Lines Matching refs:TCP_SEQNO

220   TCP_SEQNO Seq;  ///< Starting sequence number.

221 TCP_SEQNO End; ///< The sequence of the last byte + 1, include SYN/FIN. End-Seq = SEG.LEN.
222 TCP_SEQNO Ack; ///< ACK field in the segment.
263 TCP_SEQNO Iss; ///< Initial Sending Sequence.
264 TCP_SEQNO SndUna; ///< First unacknowledged data.
265 TCP_SEQNO SndNxt; ///< Next data sequence to send.
266 TCP_SEQNO SndPsh; ///< Send PUSH point.
267 TCP_SEQNO SndUp; ///< Send urgent point.
270 TCP_SEQNO SndWl1; ///< Seq number used for last window update.
271 TCP_SEQNO SndWl2; ///< Ack no of last window update.
273 TCP_SEQNO RcvNxt; ///< Next sequence no to receive.
275 TCP_SEQNO RcvWl2; ///< The RcvNxt (or ACK) of last window update.
278 TCP_SEQNO RcvUp; ///< Urgent point;
279 TCP_SEQNO Irs; ///< Initial Receiving Sequence.
300 TCP_SEQNO RttSeq; ///< The seq of measured segment now.
312 TCP_SEQNO Recover; ///< Recover point for NewReno.
316 TCP_SEQNO LossRecover; ///< Recover point for retxmit.