/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ |
telnet.py | 27 WILL = chr(251)
91 elif c in (WILL, WONT):
92 if c == WILL: print '(WILL)',
|
/external/toybox/toys/pending/ |
telnetd.c | 44 # define WILL 251 /* I will use option */ 188 IAC, WILL, TELOPT_ECHO, IAC, WILL, TELOPT_SGA };
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
telnetlib.py | 54 WILL = chr(251)
182 option will be chr(0) when there is no option.
403 found, old unread SB data will be discarded. Don't block.
436 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]'
437 if c in (DO, DONT, WILL, WONT):
459 # unless we did a WILL/DO before.
472 elif cmd in (WILL, WONT):
474 cmd == WILL and 'WILL' or 'WONT', ord(opt))
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
telnetlib.py | 55 WILL = chr(251) 183 option will be chr(0) when there is no option. 460 found, old unread SB data will be discarded. Don't block. 493 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]' 494 if c in (DO, DONT, WILL, WONT): 516 # unless we did a WILL/DO before. 529 elif cmd in (WILL, WONT): 531 cmd == WILL and 'WILL' or 'WONT', ord(opt))
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
telnetlib.py | 55 WILL = chr(251) 183 option will be chr(0) when there is no option. 460 found, old unread SB data will be discarded. Don't block. 493 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]' 494 if c in (DO, DONT, WILL, WONT): 516 # unless we did a WILL/DO before. 529 elif cmd in (WILL, WONT): 531 cmd == WILL and 'WILL' or 'WONT', ord(opt))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
telnetlib.py | 55 WILL = chr(251) 183 option will be chr(0) when there is no option. 460 found, old unread SB data will be discarded. Don't block. 493 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]' 494 if c in (DO, DONT, WILL, WONT): 516 # unless we did a WILL/DO before. 529 elif cmd in (WILL, WONT): 531 cmd == WILL and 'WILL' or 'WONT', ord(opt))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
telnetlib.py | 55 WILL = chr(251) 183 option will be chr(0) when there is no option. 460 found, old unread SB data will be discarded. Don't block. 493 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]' 494 if c in (DO, DONT, WILL, WONT): 516 # unless we did a WILL/DO before. 529 elif cmd in (WILL, WONT): 531 cmd == WILL and 'WILL' or 'WONT', ord(opt))
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
rfc2217.py | 50 # for RFC2217 compliant servers we will use this: 89 WILL = to_bytes([251]) 226 """Manage a single telnet option, keeps track of DO/DONT WILL/WONT.""" 256 """A DO/DONT/WILL/WONT was received for this option, update state and 399 TelnetOption(self, 'we-BINARY', BINARY, WILL, WONT, DO, DONT, INACTIVE), 400 TelnetOption(self, 'we-RFC2217', COM_PORT_OPTION, WILL, WONT, DO, DONT, REQUESTED), 404 TelnetOption(self, 'ECHO', ECHO, DO, DONT, WILL, WONT, REQUESTED), 405 TelnetOption(self, 'we-SGA', SGA, WILL, WONT, DO, DONT, REQUESTED), 406 TelnetOption(self, 'they-SGA', SGA, DO, DONT, WILL, WONT, REQUESTED), 407 TelnetOption(self, 'they-BINARY', BINARY, DO, DONT, WILL, WONT, INACTIVE) [all...] |
/bionic/libc/include/arpa/ |
telnet.h | 44 #define WILL 251 /* I will use option */ 67 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/development/ndk/platforms/android-21/include/arpa/ |
telnet.h | 42 #define WILL 251 /* I will use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/development/ndk/platforms/android-9/include/arpa/ |
telnet.h | 42 #define WILL 251 /* I will use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/device/linaro/bootloader/edk2/StdLib/Include/arpa/ |
telnet.h | 46 #define WILL 251 /* I will use option */
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
|
/external/tcpdump/ |
print-telnet.c | 71 #define WILL 251 /* I will use option */ 94 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0, 421 case WILL: 423 /* DONT/DO/WONT/WILL x */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/ |
telnet.h | 42 #define WILL 251 /* I will use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/ |
telnet.h | 42 #define WILL 251 /* I will use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/arpa/ |
telnet.h | 42 #define WILL 251 /* I will use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/arpa/ |
telnet.h | 42 #define WILL 251 /* I will use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/arpa/ |
telnet.h | 42 #define WILL 251 /* I will use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/arpa/ |
telnet.h | 42 #define WILL 251 /* I will use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/arpa/ |
telnet.h | 42 #define WILL 251 /* I will use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/arpa/ |
telnet.h | 42 #define WILL 251 /* I will use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/arpa/ |
telnet.h | 42 #define WILL 251 /* I will use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/arpa/ |
telnet.h | 42 #define WILL 251 /* I will use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/arpa/ |
telnet.h | 42 #define WILL 251 /* I will use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/arpa/ |
telnet.h | 42 #define WILL 251 /* I will use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|