Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.c365 static uchar_t str_none[] = { IAC, SB, TELOPT_AUTHENTICATION, in auth_send_retry()
429 TELOPT_AUTHENTICATION, TELQUAL_NAME, }; in auth_sendname()
H A Dtelnet.c387 case TELOPT_AUTHENTICATION:
527 case TELOPT_AUTHENTICATION:
971 case TELOPT_AUTHENTICATION: { in suboption()
978 if (my_want_state_is_wont(TELOPT_AUTHENTICATION)) in suboption()
983 if (my_want_state_is_wont(TELOPT_AUTHENTICATION)) in suboption()
2223 send_will(TELOPT_AUTHENTICATION, 1);
2260 if (my_want_state_is_wont(TELOPT_AUTHENTICATION)) {
H A Dkerberos5.c96 TELOPT_AUTHENTICATION, 0, AUTHTYPE_KERBEROS_V5, };
H A Dutilities.c472 case TELOPT_AUTHENTICATION:
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c429 *p++ = TELOPT_AUTHENTICATION; in reply_to_client()
2473 remopts[TELOPT_AUTHENTICATION] = OPT_NO; in getauthtype()
2474 myopts[TELOPT_AUTHENTICATION] = OPT_NO; in getauthtype()
2485 send_do(TELOPT_AUTHENTICATION); in getauthtype()
2486 remopts[TELOPT_AUTHENTICATION] = in getauthtype()
2492 if (remopts[TELOPT_AUTHENTICATION] == OPT_YES) { in getauthtype()
2501 *p++ = (uchar_t)TELOPT_AUTHENTICATION; in getauthtype()
3689 case TELOPT_AUTHENTICATION: in willoption()
3781 case TELOPT_AUTHENTICATION: in wontoption()
3878 case TELOPT_AUTHENTICATION: in dooption()
[all …]
/titanic_41/usr/src/head/arpa/
H A Dtelnet.h122 #define TELOPT_AUTHENTICATION 37 /* Authenticate */ macro