Home
last modified time | relevance | path

Searched refs:TELOPT_AUTHENTICATION (Results 1 – 21 of 21) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c497 case TELOPT_AUTHENTICATION: in willoption()
552 case TELOPT_AUTHENTICATION: in willoption()
640 case TELOPT_AUTHENTICATION: in wontoption()
685 case TELOPT_AUTHENTICATION: in wontoption()
1210 case TELOPT_AUTHENTICATION: in suboption()
H A Dtelnetd.c521 send_do(TELOPT_AUTHENTICATION, 1); in getterminaltype()
522 while (his_will_wont_is_changing(TELOPT_AUTHENTICATION)) in getterminaltype()
524 if (his_state_is_will(TELOPT_AUTHENTICATION)) { in getterminaltype()
H A Dutility.c969 case TELOPT_AUTHENTICATION: in printsub()
/freebsd/contrib/telnet/libtelnet/
H A Dauth.c335 TELOPT_AUTHENTICATION, in auth_request()
375 static unsigned char str_none[] = { IAC, SB, TELOPT_AUTHENTICATION, in auth_send()
521 = { IAC, SB, TELOPT_AUTHENTICATION, TELQUAL_NAME, }; in auth_sendname()
H A Dkrb4encpwd.c87 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
89 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
H A Drsaencpwd.c83 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
85 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
H A Dkerberos.c72 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
H A Dsra.c64 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
H A Dkerberos5.c77 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.c329 TELOPT_AUTHENTICATION, in auth_request()
369 static unsigned char str_none[] = { IAC, SB, TELOPT_AUTHENTICATION, in auth_send()
524 = { IAC, SB, TELOPT_AUTHENTICATION, TELQUAL_NAME, }; in auth_sendname()
H A Drsaencpwd.c92 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
94 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
H A Dspx.c94 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
96 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
H A Dkerberos5.c100 static unsigned char str_data[4] = { IAC, SB, TELOPT_AUTHENTICATION, 0 };
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c257 case TELOPT_AUTHENTICATION: in willoption()
403 case TELOPT_AUTHENTICATION: in dooption()
868 case TELOPT_AUTHENTICATION: { in suboption()
875 if (my_want_state_is_dont(TELOPT_AUTHENTICATION)) in suboption()
880 if (my_want_state_is_wont(TELOPT_AUTHENTICATION)) in suboption()
885 if (my_want_state_is_wont(TELOPT_AUTHENTICATION)) in suboption()
890 if (my_want_state_is_dont(TELOPT_AUTHENTICATION)) in suboption()
2058 send_will(TELOPT_AUTHENTICATION, 1); in my_telnet()
2090 if (my_want_state_is_wont(TELOPT_AUTHENTICATION)) { in my_telnet()
H A Dutilities.c392 case TELOPT_AUTHENTICATION: in printsub()
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c330 case TELOPT_AUTHENTICATION: in willoption()
471 case TELOPT_AUTHENTICATION: in dooption()
923 case TELOPT_AUTHENTICATION: { in suboption()
930 if (my_want_state_is_dont(TELOPT_AUTHENTICATION)) in suboption()
935 if (my_want_state_is_wont(TELOPT_AUTHENTICATION)) in suboption()
940 if (my_want_state_is_wont(TELOPT_AUTHENTICATION)) in suboption()
945 if (my_want_state_is_dont(TELOPT_AUTHENTICATION)) in suboption()
2131 send_will(TELOPT_AUTHENTICATION, 1); in telnet()
H A Dutilities.c411 case TELOPT_AUTHENTICATION: in printsub()
/freebsd/contrib/tcpdump/
H A Dprint-telnet.c138 #define TELOPT_AUTHENTICATION 37/* Authenticate */ macro
437 case TELOPT_AUTHENTICATION: in telnet_parse()
/freebsd/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h119 #define TELOPT_AUTHENTICATION 37/* Authenticate */ macro
/freebsd/contrib/telnet/arpa/
H A Dtelnet.h117 #define TELOPT_AUTHENTICATION 37/* Authenticate */ macro
/freebsd/include/arpa/
H A Dtelnet.h116 #define TELOPT_AUTHENTICATION 37/* Authenticate */ macro