Lines Matching defs:TelnetServer
93 TelnetServer::TelnetServer(SOCKET s, ListenSocketDelegate* del)
99 TelnetServer::~TelnetServer() {
102 void TelnetServer::SendIAC(int command, int option) {
111 void TelnetServer::SendInternal(const char* data, int len) {
130 void TelnetServer::Accept() {
135 scoped_refptr<TelnetServer> sock =
136 new TelnetServer(conn, socket_delegate_);
152 TelnetServer* TelnetServer::Listen(std::string ip, int port,
158 TelnetServer *serv = new TelnetServer(s, del);
165 void TelnetServer::StateMachineStep(unsigned char c) {
255 void TelnetServer::Read() {