Home | History | Annotate | Download | only in Tcp4Dxe

Lines Matching defs:Syn

110   @param  Syn     The flag to indicate whether the outgoing segment is a SYN

119 IN BOOLEAN Syn
127 if (Syn) {
298 BOOLEAN Syn;
306 Syn = TCP_FLG_ON (Seg->Flag, TCP_FLG_SYN);
308 if (Syn) {
336 Head->Wnd = TcpComputeWnd (Tcb, Syn);
389 if (Syn) {
488 // If SYN is set and out of the range, clear the flag.
490 // adjust Offset by -1. If SYN is in the range, copy
717 Check whether to send data/SYN/FIN and piggy back an ACK.
767 // only send a segment without data if SYN or