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

1 2 3 4 5 6

  /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/python/cpython2/Demo/sockets/
telnet.py 27 WILL = chr(251)
91 elif c in (WILL, WONT):
92 if c == WILL: print '(WILL)',
  /external/python/cpython2/Demo/threads/
telnet.py 28 WILL = chr(251)
91 elif c in (WILL, WONT):
92 if c == WILL: print '(WILL)',
  /external/toybox/toys/pending/
telnet.c 177 * handles server's DO DONT WILL WONT requests.
189 if (ddww == WILL) return;
199 if (TT.flags & UF_SGA){ if (ddww == WILL) return;
208 (TT.ttype)? put_iac(3, IAC,WILL,TELOPT_TTYPE):
213 put_iac(3, IAC,WILL,TELOPT_NAWS);
220 if(ddww == WILL) put_iac(3, IAC,DONT,opt);
243 case WILL: /* FALLTHROUGH */
  /external/chromium-trace/catapult/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...]
  /external/ant-glob/
NOTICE 211 that you have read, understood, and will comply with the following terms and
232 THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY
235 COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
240 Title to copyright in this software and any associated documentation will at
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
NOTICE 211 that you have read, understood, and will comply with the following terms and
232 THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY
235 COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
240 Title to copyright in this software and any associated documentation will at
  /prebuilts/tools/common/m2/repository/com/intellij/annotations/12.0/
NOTICE 211 that you have read, understood, and will comply with the following terms and
232 THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY
235 COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
240 Title to copyright in this software and any associated documentation will at
  /prebuilts/tools/common/offline-m2/com/intellij/annotations/12.0/
NOTICE 211 that you have read, understood, and will comply with the following terms and
232 THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY
235 COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
240 Title to copyright in this software and any associated documentation will at
  /bionic/libc/include/arpa/
telnet.h 43 #define WILL 251 /* I will use option */
66 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
  /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/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))
  /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/python/cpython2/Lib/
telnetlib.py 55 WILL = chr(251)
183 option will be chr(0) when there is no option.
463 found, old unread SB data will be discarded. Don't block.
496 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]'
497 if c in (DO, DONT, WILL, WONT):
519 # unless we did a WILL/DO before.
532 elif cmd in (WILL, WONT):
534 cmd == WILL and 'WILL' or 'WONT', ord(opt))
  /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/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/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,

Completed in 496 milliseconds

1 2 3 4 5 6