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

1 23

  /prebuilts/ndk/current/platforms/android-24/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/current/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/current/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/current/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/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 */
  /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))
  /external/toybox/toys/pending/
telnetd.c 41 # define DONT 254 /* you are not to use option */

Completed in 300 milliseconds

1 23