Home
last modified time | relevance | path

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

/dragonfly/lib/libtelnet/
H A Dauth.c333 TELOPT_AUTHENTICATION, in auth_request()
373 static unsigned char str_none[] = { IAC, SB, TELOPT_AUTHENTICATION, in auth_send()
519 = { IAC, SB, TELOPT_AUTHENTICATION, TELQUAL_NAME, }; in auth_sendname()
H A Dkrb4encpwd.c85 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
87 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
H A Drsaencpwd.c81 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
83 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
H A Dsra.c66 IAC, SB, TELOPT_AUTHENTICATION, 0, AUTHTYPE_SRA, };
H A Dkerberos5.c79 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
/dragonfly/libexec/telnetd/
H A Dstate.c550 case TELOPT_AUTHENTICATION: in willoption()
616 case TELOPT_AUTHENTICATION: in willoption()
718 case TELOPT_AUTHENTICATION: in wontoption()
771 case TELOPT_AUTHENTICATION: in wontoption()
1457 case TELOPT_AUTHENTICATION: in suboption()
H A Dtelnetd.c455 send_do(TELOPT_AUTHENTICATION, 1); in getterminaltype()
456 while (his_will_wont_is_changing(TELOPT_AUTHENTICATION)) in getterminaltype()
458 if (his_state_is_will(TELOPT_AUTHENTICATION)) { in getterminaltype()
H A Dutility.c885 case TELOPT_AUTHENTICATION: in printsub()
/dragonfly/usr.bin/telnet/
H A Dtelnet.c283 case TELOPT_AUTHENTICATION: in willoption()
424 case TELOPT_AUTHENTICATION: in dooption()
877 case TELOPT_AUTHENTICATION: { in suboption()
884 if (my_want_state_is_dont(TELOPT_AUTHENTICATION)) in suboption()
889 if (my_want_state_is_wont(TELOPT_AUTHENTICATION)) in suboption()
894 if (my_want_state_is_wont(TELOPT_AUTHENTICATION)) in suboption()
899 if (my_want_state_is_dont(TELOPT_AUTHENTICATION)) in suboption()
2085 send_will(TELOPT_AUTHENTICATION, 1); in telnet()
H A Dutilities.c408 case TELOPT_AUTHENTICATION: in printsub()
/dragonfly/contrib/tcpdump/
H A Dprint-telnet.c140 #define TELOPT_AUTHENTICATION 37/* Authenticate */ macro
439 case TELOPT_AUTHENTICATION: in telnet_parse()
/dragonfly/include/arpa/
H A Dtelnet.h118 #define TELOPT_AUTHENTICATION 37/* Authenticate */ macro