Searched refs:TELOPT_AUTHENTICATION (Results 1 – 6 of 6) sorted by relevance
365 static uchar_t str_none[] = { IAC, SB, TELOPT_AUTHENTICATION, in auth_send_retry()429 TELOPT_AUTHENTICATION, TELQUAL_NAME, }; in auth_sendname()
387 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)) {
96 TELOPT_AUTHENTICATION, 0, AUTHTYPE_KERBEROS_V5, };
472 case TELOPT_AUTHENTICATION:
429 *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 …]
122 #define TELOPT_AUTHENTICATION 37 /* Authenticate */ macro