Home
last modified time | relevance | path

Searched refs:AYT (Results 1 – 5 of 5) sorted by relevance

/external/tcpdump/
Dprint-telnet.c79 #define AYT 246 /* are you there */ macro
/external/python/cpython2/Doc/library/
Dtelnetlib.rst25 (Interrupt process), AO (Abort output), AYT (Are You There), EC (Erase
/external/python/cpython2/Lib/
Dtelnetlib.py64 AYT = chr(246) # Are You There variable
/external/python/cpython2/Lib/test/
Dtest_telnetlib.py335 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
/external/chromium-trace/catapult/third_party/pyserial/serial/
Drfc2217.py98 AYT = to_bytes([246]) # Are You There variable