HomeSort by relevance Sort by last modified time
    Searched refs:IAC (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
rfc2217.py 85 IAC = to_bytes([255]) # Interpret As Command
90 IAC_DOUBLED = to_bytes([IAC, IAC])
595 self._socket.sendall(to_bytes(data).replace(IAC, IAC_DOUBLED))
705 if byte == IAC:
715 if byte == IAC:
719 suboption.append(IAC)
721 self._read_buffer.put(IAC)
    [all...]
  /bionic/libc/include/arpa/
telnet.h 38 #define IAC 255 /* interpret as command: */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 38 #define IAC 255 /* interpret as command: */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
  /development/ndk/platforms/android-L/include/arpa/
telnet.h 38 #define IAC 255 /* interpret as command: */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
72 #define TELCMD_LAST IAC
  /external/netcat/
netcat.c 832 if (*p != IAC)
835 obuf[0] = IAC;

Completed in 453 milliseconds