HomeSort by relevance Sort by last modified time
    Searched refs:DONT (Results 51 - 57 of 57) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/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/9/platforms/android-9/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/9/platforms/android-9/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/9/platforms/android-9/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/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)
  /external/netcat/
netcat.c 820 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
838 obuf[1] = DONT;
839 else if ((*p == DO) || (*p == DONT))

Completed in 5197 milliseconds

1 23