/bionic/libc/include/arpa/ |
telnet.h | 48 #define AYT 246 /* are you there */ 65 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", 221 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
/device/linaro/bootloader/edk2/StdLib/Include/arpa/ |
telnet.h | 51 #define AYT 246 /* are you there */
68 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
219 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
/external/tcpdump/ |
print-telnet.c | 79 #define AYT 246 /* are you there */ 96 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", 239 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
telnetlib.py | 63 AYT = chr(246) # Are You There
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_telnetlib.py | 313 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
|
/external/python/cpython2/Lib/ |
telnetlib.py | 64 AYT = chr(246) # Are You There
|
/external/python/cpython2/Lib/test/ |
test_telnetlib.py | 335 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
|
/external/python/cpython3/Lib/ |
telnetlib.py | 63 AYT = bytes([246]) # Are You There
|
/external/python/cpython3/Lib/test/ |
test_telnetlib.py | 309 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/ |
rfc2217.py | 98 AYT = to_bytes([246]) # Are You There [all...] |