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

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 51 IAC = chr(255) # "Interpret As Command"
205 self.iacseq = '' # Buffer for IAC sequence.
273 """Write a string to the socket, doubling any IAC characters.
279 if IAC in buffer:
280 buffer = buffer.replace(IAC, IAC+IAC)
408 Don't block unless in the midst of an IAC sequence.
422 Don't block unless in the midst of an IAC sequence.
436 unless in the midst of an IAC sequence
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 51 IAC = chr(255) # "Interpret As Command"
205 self.iacseq = '' # Buffer for IAC sequence.
273 """Write a string to the socket, doubling any IAC characters.
279 if IAC in buffer:
280 buffer = buffer.replace(IAC, IAC+IAC)
408 Don't block unless in the midst of an IAC sequence.
422 Don't block unless in the midst of an IAC sequence.
436 unless in the midst of an IAC sequence
    [all...]
  /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.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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/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
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/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
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/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
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/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
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/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
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/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
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/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
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/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
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/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
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/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
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/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
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/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
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/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
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/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
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/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
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/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
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/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

Completed in 3252 milliseconds

1 2