Home | History | Annotate | Download | only in executor

Lines Matching refs:TcpIpLinkState

75 // TcpIpLinkState
77 TcpIpLinkState::TcpIpLinkState (CommLinkState initialState, const char* initialErr)
88 TcpIpLinkState::~TcpIpLinkState (void)
92 CommLinkState TcpIpLinkState::getState (void) const
99 CommLinkState TcpIpLinkState::getState (std::string& error) const
107 void TcpIpLinkState::setCallbacks (CommLink::StateChangedFunc stateChangedCallback, CommLink::LogDataFunc testLogDataCallback, CommLink::LogDataFunc infoLogDataCallback, void* userPtr)
117 void TcpIpLinkState::setState (CommLinkState state, const char* error)
136 void TcpIpLinkState::onTestLogData (const deUint8* bytes, size_t numBytes) const
150 void TcpIpLinkState::onInfoLogData (const deUint8* bytes, size_t numBytes) const
164 void TcpIpLinkState::onKeepaliveReceived (void)
170 deUint64 TcpIpLinkState::getLastKeepaliveRecevied (void) const
178 TcpIpSendThread::TcpIpSendThread (de::Socket& socket, TcpIpLinkState& state)
263 TcpIpRecvThread::TcpIpRecvThread (de::Socket& socket, TcpIpLinkState& state)