Lines Matching full:sequence
111 * Check if the Inbound sequence number is same as the expected one. in processInboundPayload()
112 * If the Packet Sequence Number is 0, it is an ACK-Only packet. Multiple in processInboundPayload()
113 * outstanding sequence numbers are not supported in this version of the SOL in processInboundPayload()
114 * specification. Retried packets use the same sequence number as the first in processInboundPayload()
119 lg2::info("Out of sequence SOL packet - packet is dropped"); in processInboundPayload()
124 * Check if the expected ACK/NACK sequence number is same as the in processInboundPayload()
125 * ACK/NACK sequence number in the packet. If packet ACK/NACK sequence in processInboundPayload()
131 lg2::info("Out of sequence ack number - SOL packet is dropped"); in processInboundPayload()
140 * c) Non-zero Packet ACK/NACK Sequence Number in processInboundPayload()
150 * Clear the sent data once the acknowledgment sequence number matches in processInboundPayload()
198 * SOL payload with no character data and valid sequence number can be used in processInboundPayload()