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.py255 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/tcpdump/
Dprint-telnet.c70 #define IAC 255 /* interpret as command: */ macro
/external/openssh/regress/
Dnetcat.c72 #define IAC 255 macro
/external/chromium-trace/catapult/third_party/pyserial/serial/
Drfc2217.py85 IAC = to_bytes([255]) # Interpret As Command variable
/external/jline/
Djline-3.13.3.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/jline/ org/ ...