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

1 2 3 4 5

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
telnet.py 24 DONT = chr(254)
87 elif c in (DO, DONT):
89 else: print '(DONT)',
94 opt = IAC + DONT
  /external/toybox/toys/pending/
telnet.c 122 put_iac(6, IAC,DONT,TELOPT_ECHO,IAC,DONT, TELOPT_SGA);
177 * handles server's DO DONT WILL WONT requests.
187 if(ddww == DONT) break;
193 put_iac(3, IAC,DONT,TELOPT_ECHO);
204 put_iac(3, IAC,DONT,TELOPT_SGA);
220 if(ddww == WILL) put_iac(3, IAC,DONT,opt);
242 case DONT: /* FALLTHROUGH */
  /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...]
  /bionic/libc/include/arpa/
telnet.h 41 #define DONT 254 /* you are not to use option */
67 "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,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
telnetlib.py 51 DONT = chr(254)
436 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]'
437 if c in (DO, DONT, WILL, WONT):
465 if cmd in (DO, DONT):
467 cmd == DO and 'DO' or 'DONT', ord(opt))
478 self.sock.sendall(IAC + DONT + opt)
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
telnet.h 43 #define DONT 254 /* you are not to use option */
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
  /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/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/ndk/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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,

Completed in 839 milliseconds

1 2 3 4 5