HomeSort by: relevance | last modified time | path
    Searched refs:TELOPT_AUTHENTICATION (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libtelnet/
auth.c 288 TELOPT_AUTHENTICATION,
328 static unsigned char str_none[] = { IAC, SB, TELOPT_AUTHENTICATION,
482 = { IAC, SB, TELOPT_AUTHENTICATION, TELQUAL_NAME, };
sra.c 73 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
kerberos5.c 80 static unsigned char str_data[1024] = {IAC, SB, TELOPT_AUTHENTICATION, 0,
  /src/include/arpa/
telnet.h 117 #define TELOPT_AUTHENTICATION 37/* Authenticate */
  /src/usr.bin/telnet/
telnet.c 335 case TELOPT_AUTHENTICATION:
466 case TELOPT_AUTHENTICATION:
924 case TELOPT_AUTHENTICATION: {
931 if (my_want_state_is_dont(TELOPT_AUTHENTICATION))
936 if (my_want_state_is_wont(TELOPT_AUTHENTICATION))
941 if (my_want_state_is_wont(TELOPT_AUTHENTICATION))
946 if (my_want_state_is_dont(TELOPT_AUTHENTICATION))
2069 send_will(TELOPT_AUTHENTICATION, 1);
utilities.c 418 case TELOPT_AUTHENTICATION:
  /src/libexec/telnetd/
state.c 551 case TELOPT_AUTHENTICATION:
619 case TELOPT_AUTHENTICATION:
723 case TELOPT_AUTHENTICATION:
776 case TELOPT_AUTHENTICATION:
1450 case TELOPT_AUTHENTICATION:
telnetd.c 497 send_do(TELOPT_AUTHENTICATION, 1);
498 while (his_will_wont_is_changing(TELOPT_AUTHENTICATION))
500 if (his_state_is_will(TELOPT_AUTHENTICATION)) {
utility.c 900 case TELOPT_AUTHENTICATION:

Completed in 18 milliseconds