Searched refs:ssh_packet_get_output (Results 1 – 4 of 4) sorted by relevance
309 struct sshbuf *output = ssh_packet_get_output(ssh); in ssh_output_ptr()318 return sshbuf_consume(ssh_packet_get_output(ssh), len); in ssh_output_consume()324 return (0 == sshbuf_check_reserve(ssh_packet_get_output(ssh), len)); in ssh_output_space()373 if ((r = sshbuf_put(ssh_packet_get_output(ssh), in _ssh_read_banner()425 if ((r = sshbuf_putb(ssh_packet_get_output(ssh), banner)) != 0) in _ssh_send_banner()
173 void *ssh_packet_get_output(struct ssh *);
679 #define ssh_packet_get_output Fssh_ssh_packet_get_output macro
2226 ssh_packet_get_output(struct ssh *ssh) in ssh_packet_get_output() function