Logo
~Sockets~
~Examples~
~Contact~

InSocket.cpp File Reference

#include <Parse.h>
#include <arpa/telnet.h>
#include <Utility.h>
#include "InSocket.h"
#include "cstring.h"
#include "FutureHandler.h"
#include "Login.h"
#include "Player.h"
#include "Command.h"

Include dependency graph for InSocket.cpp:

Go to the source code of this file.


Defines

#define TELOPT_MXP   '\x5B'

Variables

static const unsigned char will_mxp_str [] = { IAC, WILL, TELOPT_MXP, '\0' }
static const unsigned char start_mxp_str [] = { IAC, SB, TELOPT_MXP, IAC, SE, '\0' }
static const unsigned char do_mxp_str [] = { IAC, DO, TELOPT_MXP, '\0' }
static const unsigned char dont_mxp_str [] = { IAC, DONT, TELOPT_MXP, '\0' }

Define Documentation

#define TELOPT_MXP   '\x5B'

Definition at line 31 of file InSocket.cpp.


Variable Documentation

const unsigned char do_mxp_str[] = { IAC, DO, TELOPT_MXP, '\0' } [static]

Definition at line 35 of file InSocket.cpp.

Referenced by InSocket::ReadLine().

const unsigned char dont_mxp_str[] = { IAC, DONT, TELOPT_MXP, '\0' } [static]

Definition at line 36 of file InSocket.cpp.

Referenced by InSocket::ReadLine().

const unsigned char start_mxp_str[] = { IAC, SB, TELOPT_MXP, IAC, SE, '\0' } [static]

Definition at line 34 of file InSocket.cpp.

Referenced by InSocket::send_mxp_defines().

const unsigned char will_mxp_str[] = { IAC, WILL, TELOPT_MXP, '\0' } [static]

Definition at line 33 of file InSocket.cpp.

Referenced by InSocket::OnAccept().

Page, code, and content Copyright (C) 2006 by Anders Hedström
Generated on Mon Aug 29 20:21:47 2005 for C++ Sockets by  doxygen 1.4.4