Home
last modified time | relevance | path

Searched defs:AYT (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dtelnetlib.py64 AYT = chr(246) # Are You There variable
/external/python/cpython3/Lib/
Dtelnetlib.py63 AYT = bytes([246]) # Are You There variable
/external/tcpdump/
Dprint-telnet.c79 #define AYT 246 /* are you there */ macro
/external/chromium-trace/catapult/third_party/pyserial/serial/
Drfc2217.py98 AYT = to_bytes([246]) # Are You There variable