Symbol: TELOPT_AUTHENTICATION
lib/libtelnet/auth.c
288
TELOPT_AUTHENTICATION,
lib/libtelnet/auth.c
328
static unsigned char str_none[] = { IAC, SB, TELOPT_AUTHENTICATION,
lib/libtelnet/auth.c
482
= { IAC, SB, TELOPT_AUTHENTICATION, TELQUAL_NAME, };
lib/libtelnet/kerberos5.c
80
static unsigned char str_data[1024] = {IAC, SB, TELOPT_AUTHENTICATION, 0,
lib/libtelnet/sra.c
73
static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
libexec/telnetd/state.c
1450
case TELOPT_AUTHENTICATION:
libexec/telnetd/state.c
551
case TELOPT_AUTHENTICATION:
libexec/telnetd/state.c
619
case TELOPT_AUTHENTICATION:
libexec/telnetd/state.c
723
case TELOPT_AUTHENTICATION:
libexec/telnetd/state.c
776
case TELOPT_AUTHENTICATION:
libexec/telnetd/telnetd.c
497
send_do(TELOPT_AUTHENTICATION, 1);
libexec/telnetd/telnetd.c
498
while (his_will_wont_is_changing(TELOPT_AUTHENTICATION))
libexec/telnetd/telnetd.c
500
if (his_state_is_will(TELOPT_AUTHENTICATION)) {
libexec/telnetd/utility.c
900
case TELOPT_AUTHENTICATION:
usr.bin/telnet/telnet.c
2063
send_will(TELOPT_AUTHENTICATION, 1);
usr.bin/telnet/telnet.c
333
case TELOPT_AUTHENTICATION:
usr.bin/telnet/telnet.c
464
case TELOPT_AUTHENTICATION:
usr.bin/telnet/telnet.c
922
case TELOPT_AUTHENTICATION: {
usr.bin/telnet/telnet.c
929
if (my_want_state_is_dont(TELOPT_AUTHENTICATION))
usr.bin/telnet/telnet.c
934
if (my_want_state_is_wont(TELOPT_AUTHENTICATION))
usr.bin/telnet/telnet.c
939
if (my_want_state_is_wont(TELOPT_AUTHENTICATION))
usr.bin/telnet/telnet.c
944
if (my_want_state_is_dont(TELOPT_AUTHENTICATION))
usr.bin/telnet/utilities.c
417
case TELOPT_AUTHENTICATION: