Searched defs:_TCP_CB (Results 1 – 1 of 1) sorted by relevance
164 struct _TCP_CB { struct165 LIST_ENTRY List; ///< Back and forward link entry166 TCP_CB *Parent; ///< The parent TCP_CB structure168 SOCKET *Sk; ///< The socket it controled.169 TCP_PEER LocalEnd; ///< Local endpoint170 TCP_PEER RemoteEnd;///< Remote endpoint172 LIST_ENTRY SndQue; ///< Retxmission queue173 LIST_ENTRY RcvQue; ///< Reassemble queue174 UINT32 CtrlFlag; ///< Control flags, such as NO_NAGLE175 INT32 Error; ///< Soft error status, such as TCP_CONNECT_RESET[all …]