Searched refs:AYT (Results 1 – 5 of 5) sorted by relevance
/external/tcpdump/ |
D | print-telnet.c | 79 #define AYT 246 /* are you there */ macro
|
/external/python/cpython2/Doc/library/ |
D | telnetlib.rst | 25 (Interrupt process), AO (Abort output), AYT (Are You There), EC (Erase
|
/external/python/cpython2/Lib/ |
D | telnetlib.py | 64 AYT = chr(246) # Are You There variable
|
/external/python/cpython2/Lib/test/ |
D | test_telnetlib.py | 335 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/ |
D | rfc2217.py | 98 AYT = to_bytes([246]) # Are You There variable
|