Home
last modified time | relevance | path

Searched refs:PROPOSAL_LANG_CTOS (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dkex.h71 PROPOSAL_LANG_CTOS, enumerator
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c148 myproposal[PROPOSAL_LANG_CTOS] = ""; in ssh_kex2()
151 myproposal[PROPOSAL_LANG_CTOS] = locale; in ssh_kex2()
153 myproposal[PROPOSAL_LANG_CTOS] = g11n_getlangs(); in ssh_kex2()
157 if (myproposal[PROPOSAL_LANG_CTOS] == NULL) { in ssh_kex2()
158 myproposal[PROPOSAL_LANG_CTOS] = ""; in ssh_kex2()
162 myproposal[PROPOSAL_LANG_CTOS]; in ssh_kex2()
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dkex.c531 p_langs_c2s = peer[PROPOSAL_LANG_CTOS]; in kex_choose_conf()
539 debug("We proposed langtags, ctos: %s", my[PROPOSAL_LANG_CTOS]); in kex_choose_conf()
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dsshd.c1986 myproposal[PROPOSAL_LANG_CTOS] = in prepare_for_ssh2_kex()
2004 if (myproposal[PROPOSAL_LANG_CTOS] != NULL && in prepare_for_ssh2_kex()
2006 xfree(myproposal[PROPOSAL_LANG_CTOS]); in prepare_for_ssh2_kex()