Searched refs:outgoing_packet (Results 1 – 1 of 1) sorted by relevance
147 struct sshbuf *outgoing_packet; member240 (state->outgoing_packet = sshbuf_new()) == NULL || in ssh_alloc_session_state()268 sshbuf_free(state->outgoing_packet); in ssh_alloc_session_state()692 sshbuf_free(state->outgoing_packet); in ssh_packet_close_internal()1186 type = (sshbuf_ptr(state->outgoing_packet))[5]; in ssh_packet_send2_wrapped()1191 sshbuf_dump(state->outgoing_packet, stderr); in ssh_packet_send2_wrapped()1195 len = sshbuf_len(state->outgoing_packet); in ssh_packet_send2_wrapped()1197 if ((r = sshbuf_consume(state->outgoing_packet, 5)) != 0) in ssh_packet_send2_wrapped()1200 if ((r = compress_buffer(ssh, state->outgoing_packet, in ssh_packet_send2_wrapped()1203 sshbuf_reset(state->outgoing_packet); in ssh_packet_send2_wrapped()[all …]