/external/toybox/toys/pending/ |
telnetd.c | 41 # define DONT 254 /* you are not to use option */
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
rfc2217.py | 86 DONT = to_bytes([254]) 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), 408 TelnetOption(self, 'they-RFC2217', COM_PORT_OPTION, DO, DONT, WILL, WONT, REQUESTED) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
telnetlib.py | 52 DONT = chr(254) 493 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]' 494 if c in (DO, DONT, WILL, WONT): 522 if cmd in (DO, DONT): 524 cmd == DO and 'DO' or 'DONT', ord(opt)) 535 self.sock.sendall(IAC + DONT + opt)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
telnetlib.py | 52 DONT = chr(254) 493 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]' 494 if c in (DO, DONT, WILL, WONT): 522 if cmd in (DO, DONT): 524 cmd == DO and 'DO' or 'DONT', ord(opt)) 535 self.sock.sendall(IAC + DONT + opt)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
telnetlib.py | 52 DONT = chr(254) 493 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]' 494 if c in (DO, DONT, WILL, WONT): 522 if cmd in (DO, DONT): 524 cmd == DO and 'DO' or 'DONT', ord(opt)) 535 self.sock.sendall(IAC + DONT + opt)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
telnetlib.py | 52 DONT = chr(254) 493 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]' 494 if c in (DO, DONT, WILL, WONT): 522 if cmd in (DO, DONT): 524 cmd == DO and 'DO' or 'DONT', ord(opt)) 535 self.sock.sendall(IAC + DONT + opt)
|
/bionic/libc/include/arpa/ |
telnet.h | 39 #define DONT 254 /* you are not to use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/development/ndk/platforms/android-21/include/arpa/ |
telnet.h | 39 #define DONT 254 /* you are not to use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/development/ndk/platforms/android-9/include/arpa/ |
telnet.h | 39 #define DONT 254 /* you are not to use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/external/tcpdump/ |
print-telnet.c | 68 #define DONT 254 /* you are not to use option */ 94 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0, 418 case DONT: 423 /* DONT/DO/WONT/WILL x */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/ |
telnet.h | 39 #define DONT 254 /* you are not to 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 | 39 #define DONT 254 /* you are not to use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/arpa/ |
telnet.h | 39 #define DONT 254 /* you are not to use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/arpa/ |
telnet.h | 39 #define DONT 254 /* you are not to use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/arpa/ |
telnet.h | 39 #define DONT 254 /* you are not to use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/arpa/ |
telnet.h | 39 #define DONT 254 /* you are not to use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/arpa/ |
telnet.h | 39 #define DONT 254 /* you are not to use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/arpa/ |
telnet.h | 39 #define DONT 254 /* you are not to use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/arpa/ |
telnet.h | 39 #define DONT 254 /* you are not to use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/arpa/ |
telnet.h | 39 #define DONT 254 /* you are not to use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/arpa/ |
telnet.h | 39 #define DONT 254 /* you are not to use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/arpa/ |
telnet.h | 39 #define DONT 254 /* you are not to use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/arpa/ |
telnet.h | 39 #define DONT 254 /* you are not to use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/arpa/ |
telnet.h | 39 #define DONT 254 /* you are not to use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/arpa/ |
telnet.h | 39 #define DONT 254 /* you are not to use option */ 65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
|