HomeSort by relevance Sort by last modified time
    Searched defs:WONT (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
telnet.py 26 WONT = chr(252)
90 opt = IAC + WONT
91 elif c in (WILL, WONT):
93 else: print '(WONT)',
  /external/toybox/toys/pending/
telnetd.c 43 # define WONT 252 /* I won't use option */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
telnetlib.py 53 WONT = chr(252)
436 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]'
437 if c in (DO, DONT, WILL, WONT):
471 self.sock.sendall(IAC + WONT + opt)
472 elif cmd in (WILL, WONT):
474 cmd == WILL and 'WILL' or 'WONT', ord(opt))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
telnetlib.py 54 WONT = chr(252)
493 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]'
494 if c in (DO, DONT, WILL, WONT):
528 self.sock.sendall(IAC + WONT + opt)
529 elif cmd in (WILL, WONT):
531 cmd == WILL and 'WILL' or 'WONT', ord(opt))
  /prebuilts/gdb/linux-x86/lib/python2.7/
telnetlib.py 54 WONT = chr(252)
493 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]'
494 if c in (DO, DONT, WILL, WONT):
528 self.sock.sendall(IAC + WONT + opt)
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 54 WONT = chr(252)
493 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]'
494 if c in (DO, DONT, WILL, WONT):
528 self.sock.sendall(IAC + WONT + opt)
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 54 WONT = chr(252)
493 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]'
494 if c in (DO, DONT, WILL, WONT):
528 self.sock.sendall(IAC + WONT + opt)
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 88 WONT = to_bytes([252])
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 43 #define WONT 252 /* I won't use option */
67 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /development/ndk/platforms/android-21/include/arpa/
telnet.h 41 #define WONT 252 /* I won't use option */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 41 #define WONT 252 /* I won't use option */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
telnet.h 45 #define WONT 252 /* I won't use option */
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
  /external/tcpdump/
print-telnet.c 70 #define WONT 252 /* I won't use option */
94 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
420 case WONT:
423 /* DONT/DO/WONT/WILL x */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
telnet.h 41 #define WONT 252 /* I won't 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 41 #define WONT 252 /* I won't 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 41 #define WONT 252 /* I won't 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 41 #define WONT 252 /* I won't 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 41 #define WONT 252 /* I won't 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 41 #define WONT 252 /* I won't 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 41 #define WONT 252 /* I won't 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 41 #define WONT 252 /* I won't 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 41 #define WONT 252 /* I won't 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 41 #define WONT 252 /* I won't 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 41 #define WONT 252 /* I won't 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 41 #define WONT 252 /* I won't use option */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,

Completed in 2582 milliseconds

1 2 3 4