
|
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' |
Variable Documentation
const unsigned char do_mxp_str[] = { IAC, DO, TELOPT_MXP, '\0' } [static] |
const unsigned char dont_mxp_str[] = { IAC, DONT, TELOPT_MXP, '\0' } [static] |
const unsigned char start_mxp_str[] = { IAC, SB, TELOPT_MXP, IAC, SE, '\0' } [static] |
const unsigned char will_mxp_str[] = { IAC, WILL, TELOPT_MXP, '\0' } [static] |
|