Searched refs:outgoing_packet (Results 1 – 1 of 1) sorted by relevance
140 struct sshbuf *outgoing_packet; member243 (state->outgoing_packet = sshbuf_new()) == NULL || in ssh_alloc_session_state()273 sshbuf_free(state->outgoing_packet); in ssh_alloc_session_state()698 sshbuf_free(state->outgoing_packet); in ssh_packet_close_internal()1243 type = (sshbuf_ptr(state->outgoing_packet))[5]; in ssh_packet_send2_wrapped()1248 sshbuf_dump(state->outgoing_packet, stderr); in ssh_packet_send2_wrapped()1252 len = sshbuf_len(state->outgoing_packet); in ssh_packet_send2_wrapped()1254 if ((r = sshbuf_consume(state->outgoing_packet, 5)) != 0) in ssh_packet_send2_wrapped()1257 if ((r = compress_buffer(ssh, state->outgoing_packet, in ssh_packet_send2_wrapped()1260 sshbuf_reset(state->outgoing_packet); in ssh_packet_send2_wrapped()[all …]