ArchWizard

DGD/

source navigation ]
diff markup ]
identifier search ]
file search ]
Version: [ 1.0.a0 ] [ 1.1 ] [ 1.2 ] [ 1.2p1 ] [ 1.2p2 ] [ 1.2p3 ] [ 1.2p4 ] [ 1.2.151 ]

  1 /*
  2  * Definitions for the TELNET protocol.
  3  */
  4 
  5 # define IAC            255     /* interpret as command */
  6 # define DONT           254     /* don't */
  7 # define DO             253     /* do */
  8 # define WONT           252     /* won't */
  9 # define WILL           251     /* will */
 10 # define SB             250     /* begin subnegotiation */
 11 # define GA             249     /* go ahead */
 12 # define AYT            246     /* are you there */
 13 # define IP             244     /* interrupt process */
 14 # define BREAK          243     /* break */
 15 # define SE             240     /* end subnegotiation */
 16 
 17 /* options */
 18 # define TELOPT_ECHO    1       /* echo */
 19 # define TELOPT_SGA     3       /* suppress go ahead */
 20 # define TELOPT_TM      6       /* timing mark */
 21 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.