Home
last modified time | relevance | path

Searched defs:IAC (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Demo/sockets/
Dtelnet.py23 IAC = chr(255) # Interpret as command variable
/external/python/cpython2/Demo/threads/
Dtelnet.py24 IAC = chr(255) # Interpret as command variable
/external/curl/tests/
Dnegtelnetserver.py269 IAC = 255 variable in NegTokens
/external/python/cpython2/Lib/
Dtelnetlib.py51 IAC = chr(255) # "Interpret As Command" variable
/external/python/cpython3/Lib/
Dtelnetlib.py50 IAC = bytes([255]) # "Interpret As Command" variable
/external/musl/include/arpa/
Dtelnet.h4 #define IAC 255 macro
/external/tcpdump/
Dprint-telnet.c67 #define IAC 255 /* interpret as command: */ macro
/external/python/pyserial/serial/
Drfc2217.py111 IAC = b'\xff' # Interpret As Command variable
/external/chromium-trace/catapult/third_party/pyserial/serial/
Drfc2217.py85 IAC = to_bytes([255]) # Interpret As Command variable