Searched refs:ssh_msg_send (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dmsg.h29 int ssh_msg_send(int, u_char, struct sshbuf *);
H A Dmsg.c45 ssh_msg_send(int fd, u_char type, struct sshbuf *m) function
50 debug3("ssh_msg_send: type %u", (unsigned int)type & 0xff);
55 error("ssh_msg_send: write");
59 error("ssh_msg_send: write");
H A Dauth-pam.c378 if (ssh_msg_send(ctxt->pam_csock,
391 if (ssh_msg_send(ctxt->pam_csock,
504 ssh_msg_send(ctxt->pam_csock, sshpam_err, &buffer);
513 ssh_msg_send(ctxt->pam_csock, PAM_ACCT_EXPIRED, &buffer);
515 ssh_msg_send(ctxt->pam_csock, PAM_MAXTRIES, &buffer);
517 ssh_msg_send(ctxt->pam_csock, PAM_AUTH_ERR, &buffer);
867 if (ssh_msg_send(ctxt->pam_psock, PAM_AUTHTOK, &buffer) == -1) {
H A Dssh-keysign.c304 if (ssh_msg_send(STDOUT_FILENO, version, b) == -1)
305 fatal("ssh_msg_send failed");
H A Dssh_namespace.h642 #define ssh_msg_send Fssh_ssh_msg_send macro
H A Dsshd.c1098 if (ssh_msg_send(fd, 0, m) == -1)
1099 fatal("%s: ssh_msg_send failed", __func__);
H A Dsshconnect2.c1626 if (ssh_msg_send(to[1], version, b) == -1)

Completed in 151 milliseconds