Searched refs:IAC (Results 1 - 25 of 256) sorted by relevance

1234567891011

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_telnetlib.py254 # 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
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_telnetlib.py254 # 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
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_telnetlib.py254 # 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
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_telnetlib.py254 # 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
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dtelnetlib.py51 IAC = chr(255) # "Interpret As Command" variable
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 sequenc
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dtelnetlib.py51 IAC = chr(255) # "Interpret As Command" variable
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 sequenc
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtelnetlib.py51 IAC = chr(255) # "Interpret As Command" variable
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 sequenc
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtelnetlib.py51 IAC = chr(255) # "Interpret As Command" variable
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 sequenc
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
H A Dtelnet.h38 #define IAC 255 /* interpret as command: */ macro
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
H A Dtelnet.h38 #define IAC 255 /* interpret as command: */ macro
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
/prebuilts/ndk/r10/platforms/android-10/arch-arm/usr/include/arpa/
H A Dtelnet.h38 #define IAC 255 /* interpret as command: */ macro
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
/prebuilts/ndk/r10/platforms/android-10/arch-arm64/usr/include/arpa/
H A Dtelnet.h38 #define IAC 255 /* interpret as command: */ macro
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
/prebuilts/ndk/r10/platforms/android-10/arch-mips/usr/include/arpa/
H A Dtelnet.h38 #define IAC 255 /* interpret as command: */ macro
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
/prebuilts/ndk/r10/platforms/android-10/arch-mips64/usr/include/arpa/
H A Dtelnet.h38 #define IAC 255 /* interpret as command: */ macro
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
/prebuilts/ndk/r10/platforms/android-10/arch-x86/usr/include/arpa/
H A Dtelnet.h38 #define IAC 255 /* interpret as command: */ macro
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
/prebuilts/ndk/r10/platforms/android-10/arch-x86_64/usr/include/arpa/
H A Dtelnet.h38 #define IAC 255 /* interpret as command: */ macro
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
/prebuilts/ndk/r10/platforms/android-11/arch-arm/usr/include/arpa/
H A Dtelnet.h38 #define IAC 255 /* interpret as command: */ macro
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
/prebuilts/ndk/r10/platforms/android-11/arch-arm64/usr/include/arpa/
H A Dtelnet.h38 #define IAC 255 /* interpret as command: */ macro
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
/prebuilts/ndk/r10/platforms/android-11/arch-mips/usr/include/arpa/
H A Dtelnet.h38 #define IAC 255 /* interpret as command: */ macro
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
/prebuilts/ndk/r10/platforms/android-11/arch-mips64/usr/include/arpa/
H A Dtelnet.h38 #define IAC 255 /* interpret as command: */ macro
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
/prebuilts/ndk/r10/platforms/android-11/arch-x86/usr/include/arpa/
H A Dtelnet.h38 #define IAC 255 /* interpret as command: */ macro
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
/prebuilts/ndk/r10/platforms/android-11/arch-x86_64/usr/include/arpa/
H A Dtelnet.h38 #define IAC 255 /* interpret as command: */ macro
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/arpa/
H A Dtelnet.h38 #define IAC 255 /* interpret as command: */ macro
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
/prebuilts/ndk/r10/platforms/android-12/arch-arm64/usr/include/arpa/
H A Dtelnet.h38 #define IAC 255 /* interpret as command: */ macro
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/arpa/
H A Dtelnet.h38 #define IAC 255 /* interpret as command: */ macro
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC

Completed in 1183 milliseconds

1234567891011