Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.c363 static uchar_t str_none[] = { IAC, SB, TELOPT_AUTHENTICATION, in auth_send_retry()
427 TELOPT_AUTHENTICATION, TELQUAL_NAME, }; in auth_sendname()
H A Dtelnet.c385 case TELOPT_AUTHENTICATION:
525 case TELOPT_AUTHENTICATION:
969 case TELOPT_AUTHENTICATION: { in suboption()
976 if (my_want_state_is_wont(TELOPT_AUTHENTICATION)) in suboption()
981 if (my_want_state_is_wont(TELOPT_AUTHENTICATION)) in suboption()
2221 send_will(TELOPT_AUTHENTICATION, 1);
2258 if (my_want_state_is_wont(TELOPT_AUTHENTICATION)) {
H A Dkerberos5.c94 TELOPT_AUTHENTICATION, 0, AUTHTYPE_KERBEROS_V5, };
H A Dutilities.c470 case TELOPT_AUTHENTICATION:
/illumos-gate/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 …]
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h121 #define TELOPT_AUTHENTICATION 37 /* Authenticate */ macro