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()609 sshbuf_free(state->outgoing_packet); in ssh_packet_close_internal()1091 type = (sshbuf_ptr(state->outgoing_packet))[5]; in ssh_packet_send2_wrapped()1096 sshbuf_dump(state->outgoing_packet, stderr); in ssh_packet_send2_wrapped()1100 len = sshbuf_len(state->outgoing_packet); in ssh_packet_send2_wrapped()1102 if ((r = sshbuf_consume(state->outgoing_packet, 5)) != 0) in ssh_packet_send2_wrapped()1105 if ((r = compress_buffer(ssh, state->outgoing_packet, in ssh_packet_send2_wrapped()1108 sshbuf_reset(state->outgoing_packet); in ssh_packet_send2_wrapped()[all …]