Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h51 #define AYT 246 /* are you there */ macro
/freebsd/contrib/telnet/arpa/
H A Dtelnet.h48 #define AYT 246 /* are you there */ macro
/freebsd/include/arpa/
H A Dtelnet.h47 #define AYT 246 /* are you there */ macro
/freebsd/contrib/tcpdump/
H A Dprint-telnet.c74 #define AYT 246 /* are you there */ macro
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c2363 NET2ADD(IAC, AYT); in sendayt()
2364 printoption("SENT", IAC, AYT); in sendayt()
H A Dcommands.c208 { "ayt", "Send Telnet 'Are You There'", 1, 0, 0, 2, AYT },
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c2378 NET2ADD(IAC, AYT); in sendayt()
2379 printoption("SENT", IAC, AYT); in sendayt()
H A Dcommands.c299 { "ayt", "Send Telnet 'Are You There'", 1, 0, NULL, 2, AYT },
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c159 case AYT: in telrcv()
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG405 4.3Reno distribution. This maps to the AYT character.
/freebsd/crypto/heimdal/lib/kadm5/
H A DChangeLog3 * ipropd_master.c: Only log "sending AYT" once, pointed out by Dr