Searched refs:ssh_packet_get_output (Results 1 – 4 of 4) sorted by relevance
316 struct sshbuf *output = ssh_packet_get_output(ssh); in ssh_output_ptr()325 return sshbuf_consume(ssh_packet_get_output(ssh), len); in ssh_output_consume()331 return (0 == sshbuf_check_reserve(ssh_packet_get_output(ssh), len)); in ssh_output_space()380 if ((r = sshbuf_put(ssh_packet_get_output(ssh), in _ssh_read_banner()432 if ((r = sshbuf_putb(ssh_packet_get_output(ssh), banner)) != 0) in _ssh_send_banner()
174 void *ssh_packet_get_output(struct ssh *);
691 #define ssh_packet_get_output Fssh_ssh_packet_get_output macro
2325 ssh_packet_get_output(struct ssh *ssh) in ssh_packet_get_output() function