Searched refs:outgoing_packet (Results 1 – 1 of 1) sorted by relevance
148 struct sshbuf *outgoing_packet; member269 sshbuf_free(state->outgoing_packet); in ssh_alloc_session_state()601 sshbuf_free(state->outgoing_packet); in ssh_packet_close_internal()1113 sshbuf_reset(state->outgoing_packet); in ssh_packet_send2_wrapped()1223 sshbuf_reset(state->outgoing_packet); in ssh_packet_send2_wrapped()1278 p->payload = state->outgoing_packet; in ssh_packet_send2()1281 if (state->outgoing_packet == NULL) in ssh_packet_send2()1318 sshbuf_free(state->outgoing_packet); in ssh_packet_send2()1319 state->outgoing_packet = p->payload; in ssh_packet_send2()2699 state->outgoing_packet)) != 0) in ssh_packet_send_mux()[all …]