doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros
arpa_telnet.h File Reference

Go to the source code of this file.

Macros

#define CURL_TELOPT_BINARY   0 /* binary 8bit data */
 
#define CURL_TELOPT_SGA   3 /* Supress Go Ahead */
 
#define CURL_TELOPT_EXOPL   255 /* EXtended OPtions List */
 
#define CURL_TELOPT_TTYPE   24 /* Terminal TYPE */
 
#define CURL_TELOPT_XDISPLOC   35 /* X DISPlay LOCation */
 
#define CURL_TELOPT_NEW_ENVIRON   39 /* NEW ENVIRONment variables */
 
#define CURL_NEW_ENV_VAR   0
 
#define CURL_NEW_ENV_VALUE   1
 
#define CURL_TELOPT_MAXIMUM   CURL_TELOPT_NEW_ENVIRON
 
#define CURL_TELOPT_OK(x)   ((x) <= CURL_TELOPT_MAXIMUM)
 
#define CURL_TELOPT(x)   telnetoptions[x]
 
#define CURL_NTELOPTS   40
 
#define CURL_xEOF   236 /* End Of File */
 
#define CURL_SE   240 /* Sub negotiation End */
 
#define CURL_NOP   241 /* No OPeration */
 
#define CURL_DM   242 /* Data Mark */
 
#define CURL_GA   249 /* Go Ahead, reverse the line */
 
#define CURL_SB   250 /* SuBnegotiation */
 
#define CURL_WILL   251 /* Our side WILL use this option */
 
#define CURL_WONT   252 /* Our side WON'T use this option */
 
#define CURL_DO   253 /* DO use this option! */
 
#define CURL_DONT   254 /* DON'T use this option! */
 
#define CURL_IAC   255 /* Interpret As Command */
 
#define CURL_TELCMD_MINIMUM   CURL_xEOF /* the first one */
 
#define CURL_TELCMD_MAXIMUM   CURL_IAC /* surprise, 255 is the last one! ;-) */
 
#define CURL_TELQUAL_IS   0
 
#define CURL_TELQUAL_SEND   1
 
#define CURL_TELQUAL_INFO   2
 
#define CURL_TELQUAL_NAME   3
 
#define CURL_TELCMD_OK(x)
 
#define CURL_TELCMD(x)   telnetcmds[(x)-CURL_TELCMD_MINIMUM]
 

Macro Definition Documentation

#define CURL_DM   242 /* Data Mark */

Definition at line 69 of file arpa_telnet.h.

#define CURL_DO   253 /* DO use this option! */

Definition at line 74 of file arpa_telnet.h.

#define CURL_DONT   254 /* DON'T use this option! */

Definition at line 75 of file arpa_telnet.h.

#define CURL_GA   249 /* Go Ahead, reverse the line */

Definition at line 70 of file arpa_telnet.h.

#define CURL_IAC   255 /* Interpret As Command */

Definition at line 76 of file arpa_telnet.h.

#define CURL_NEW_ENV_VALUE   1

Definition at line 37 of file arpa_telnet.h.

#define CURL_NEW_ENV_VAR   0

Definition at line 36 of file arpa_telnet.h.

#define CURL_NOP   241 /* No OPeration */

Definition at line 68 of file arpa_telnet.h.

#define CURL_NTELOPTS   40

Definition at line 61 of file arpa_telnet.h.

#define CURL_SB   250 /* SuBnegotiation */

Definition at line 71 of file arpa_telnet.h.

#define CURL_SE   240 /* Sub negotiation End */

Definition at line 67 of file arpa_telnet.h.

#define CURL_TELCMD (   x)    telnetcmds[(x)-CURL_TELCMD_MINIMUM]

Definition at line 99 of file arpa_telnet.h.

#define CURL_TELCMD_MAXIMUM   CURL_IAC /* surprise, 255 is the last one! ;-) */

Definition at line 90 of file arpa_telnet.h.

#define CURL_TELCMD_MINIMUM   CURL_xEOF /* the first one */

Definition at line 89 of file arpa_telnet.h.

#define CURL_TELCMD_OK (   x)
Value:
( ((unsigned int)(x) >= CURL_TELCMD_MINIMUM) && \
((unsigned int)(x) <= CURL_TELCMD_MAXIMUM) )
case const int
Definition: Callbacks.cpp:52
GLenum GLint x
Definition: glext.h:2849
#define CURL_TELCMD_MAXIMUM
Definition: arpa_telnet.h:90
#define CURL_TELCMD_MINIMUM
Definition: arpa_telnet.h:89

Definition at line 97 of file arpa_telnet.h.

#define CURL_TELOPT (   x)    telnetoptions[x]

Definition at line 59 of file arpa_telnet.h.

#define CURL_TELOPT_BINARY   0 /* binary 8bit data */

Definition at line 29 of file arpa_telnet.h.

#define CURL_TELOPT_EXOPL   255 /* EXtended OPtions List */

Definition at line 31 of file arpa_telnet.h.

#define CURL_TELOPT_MAXIMUM   CURL_TELOPT_NEW_ENVIRON

Definition at line 56 of file arpa_telnet.h.

#define CURL_TELOPT_NEW_ENVIRON   39 /* NEW ENVIRONment variables */

Definition at line 35 of file arpa_telnet.h.

#define CURL_TELOPT_OK (   x)    ((x) <= CURL_TELOPT_MAXIMUM)

Definition at line 58 of file arpa_telnet.h.

#define CURL_TELOPT_SGA   3 /* Supress Go Ahead */

Definition at line 30 of file arpa_telnet.h.

#define CURL_TELOPT_TTYPE   24 /* Terminal TYPE */

Definition at line 32 of file arpa_telnet.h.

#define CURL_TELOPT_XDISPLOC   35 /* X DISPlay LOCation */

Definition at line 33 of file arpa_telnet.h.

#define CURL_TELQUAL_INFO   2

Definition at line 94 of file arpa_telnet.h.

#define CURL_TELQUAL_IS   0

Definition at line 92 of file arpa_telnet.h.

#define CURL_TELQUAL_NAME   3

Definition at line 95 of file arpa_telnet.h.

#define CURL_TELQUAL_SEND   1

Definition at line 93 of file arpa_telnet.h.

#define CURL_WILL   251 /* Our side WILL use this option */

Definition at line 72 of file arpa_telnet.h.

#define CURL_WONT   252 /* Our side WON'T use this option */

Definition at line 73 of file arpa_telnet.h.

#define CURL_xEOF   236 /* End Of File */

Definition at line 66 of file arpa_telnet.h.