common/telnet.cc File Reference

#include <string.h>
#include <iostream>
#include "telnet.h"

Include dependency graph for telnet.cc:

Go to the source code of this file.

Defines

#define IAC   0xFF
#define DONT   0xFE
#define DO   0xFD
#define WONT   0xFC
#define WILL   0xFB

Functions

static unsigned char * find_byte (unsigned char *buf, unsigned int len, unsigned char ch)


Define Documentation

#define IAC   0xFF

Definition at line 11 of file telnet.cc.

Referenced by Telnet::decode().

#define DONT   0xFE

Definition at line 12 of file telnet.cc.

Referenced by Telnet::decode().

#define DO   0xFD

Definition at line 13 of file telnet.cc.

Referenced by Telnet::decode().

#define WONT   0xFC

Definition at line 14 of file telnet.cc.

Referenced by Telnet::decode().

#define WILL   0xFB

Definition at line 15 of file telnet.cc.

Referenced by Telnet::decode().


Function Documentation

static unsigned char* find_byte ( unsigned char *  buf,
unsigned int  len,
unsigned char  ch 
) [static]

Definition at line 21 of file telnet.cc.

Referenced by Telnet::decode().

Here is the caller graph for this function:


Generated on Tue May 13 11:32:41 2008 for consmgr by  doxygen 1.5.5