HomeSort by relevance Sort by last modified time
    Searched defs:IAC (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/base/
telnet_server.cc 43 IAC = 255, // Interpret as command.
104 data[0] = static_cast<unsigned char>(TelnetProtocol::IAC);
168 if (c == TelnetProtocol::IAC) {
169 // Expect IAC command
213 // check for subnegoating if not done reading IAC.
222 if (c == TelnetProtocol::IAC)
  /bionic/libc/include/arpa/
telnet.h 38 #define IAC 255 /* interpret as command: */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 38 #define IAC 255 /* interpret as command: */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
  /external/qemu/
qemu-char-android.c     [all...]
qemu-char.c     [all...]
  /external/tcpdump/
telnet.h 46 #define IAC 255 /* interpret as command: */
73 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
80 #define TELCMD_LAST IAC

Completed in 237 milliseconds