/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | state.c | 497 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 D | telnetd.c | 521 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 D | utility.c | 969 case TELOPT_AUTHENTICATION: in printsub()
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | auth.c | 335 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 D | krb4encpwd.c | 87 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0, 89 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
|
H A D | rsaencpwd.c | 83 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0, 85 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
|
H A D | kerberos.c | 72 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
|
H A D | sra.c | 64 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
|
H A D | kerberos5.c | 77 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | auth.c | 329 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 D | rsaencpwd.c | 92 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0, 94 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
|
H A D | spx.c | 94 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0, 96 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
|
H A D | kerberos5.c | 100 static unsigned char str_data[4] = { IAC, SB, TELOPT_AUTHENTICATION, 0 };
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | telnet.c | 257 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 D | utilities.c | 392 case TELOPT_AUTHENTICATION: in printsub()
|
/freebsd/contrib/telnet/telnet/ |
H A D | telnet.c | 330 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 D | utilities.c | 411 case TELOPT_AUTHENTICATION: in printsub()
|
/freebsd/contrib/tcpdump/ |
H A D | print-telnet.c | 138 #define TELOPT_AUTHENTICATION 37/* Authenticate */ macro 437 case TELOPT_AUTHENTICATION: in telnet_parse()
|
/freebsd/crypto/heimdal/appl/telnet/arpa/ |
H A D | telnet.h | 119 #define TELOPT_AUTHENTICATION 37/* Authenticate */ macro
|
/freebsd/contrib/telnet/arpa/ |
H A D | telnet.h | 117 #define TELOPT_AUTHENTICATION 37/* Authenticate */ macro
|
/freebsd/include/arpa/ |
H A D | telnet.h | 116 #define TELOPT_AUTHENTICATION 37/* Authenticate */ macro
|