Searched refs:TCP_OPTION_RCVD_WS (Results 1 – 6 of 6) sorted by relevance
63 #define TCP_OPTION_RCVD_WS 0x02 macro
307 TCP_SET_FLG (Option->Flag, TCP_OPTION_RCVD_WS); in TcpParseOption()
139 if (TCP_FLG_ON (Opt->Flag, TCP_OPTION_RCVD_WS) && in TcpInitTcbPeer()
52 #define TCP_OPTION_RCVD_WS 0x02 macro
302 TCP_SET_FLG (Option->Flag, TCP_OPTION_RCVD_WS); in TcpParseOption()
145 if (TCP_FLG_ON (Opt->Flag, TCP_OPTION_RCVD_WS) && !TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_NO_WS)) { in TcpInitTcbPeer()