Home
last modified time | relevance | path

Searched defs:AYT (Results 1 – 6 of 6) 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/musl/include/arpa/
Dtelnet.h13 #define AYT 246 macro
/external/tcpdump/
Dprint-telnet.c76 #define AYT 246 /* are you there */ macro
/external/python/pyserial/serial/
Drfc2217.py102 AYT = b'\xf6' # Are You There variable
/external/chromium-trace/catapult/third_party/pyserial/serial/
Drfc2217.py98 AYT = to_bytes([246]) # Are You There variable