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

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 254 # NB -- we need to test the IAC block which is mentioned in the docstring
331 """ helper for testing IAC + cmd """
355 self._test_command(['x' * 100, tl.IAC + cmd, 'y'*100, EOF_sigil])
356 self._test_command(['x' * 10, tl.IAC + cmd, 'y'*10, EOF_sigil])
357 self._test_command([tl.IAC + cmd, EOF_sigil])
359 self._test_command([tl.IAC + cmd for (cmd) in self.cmds] + [EOF_sigil])
364 send = [tl.IAC + tl.SB + tl.IAC + tl.SE,
365 tl.IAC + tl.SB + tl.IAC + tl.IAC + tl.IAC + tl.SE
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 254 # NB -- we need to test the IAC block which is mentioned in the docstring
331 """ helper for testing IAC + cmd """
355 self._test_command(['x' * 100, tl.IAC + cmd, 'y'*100, EOF_sigil])
356 self._test_command(['x' * 10, tl.IAC + cmd, 'y'*10, EOF_sigil])
357 self._test_command([tl.IAC + cmd, EOF_sigil])
359 self._test_command([tl.IAC + cmd for (cmd) in self.cmds] + [EOF_sigil])
364 send = [tl.IAC + tl.SB + tl.IAC + tl.SE,
365 tl.IAC + tl.SB + tl.IAC + tl.IAC + tl.IAC + tl.SE
    [all...]
  /external/tcpdump/
print-telnet.c 108 /* sp points to IAC byte */
127 if (c != IAC)
130 if (c == IAC) { /* <IAC><IAC>! */
132 printf("IAC IAC");
137 if (i < 0 || i > IAC - TELCMD_FIRST)
157 /* IAC SB .... IAC SE *
    [all...]
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/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
  /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

Completed in 3299 milliseconds

1 2