Searched refs:incoming_packet (Results 1 – 3 of 3) sorted by relevance
139 struct sshbuf *incoming_packet; member240 (state->incoming_packet = sshbuf_new()) == NULL) in ssh_alloc_session_state()262 sshbuf_free(state->incoming_packet); in ssh_alloc_session_state()387 while (sshbuf_len(state->incoming_packet) < dlen) in ssh_packet_stop_discard()388 if ((r = sshbuf_put(state->incoming_packet, buf, in ssh_packet_stop_discard()393 sshbuf_ptr(state->incoming_packet), dlen, in ssh_packet_stop_discard()592 sshbuf_free(state->incoming_packet); in ssh_packet_close()1603 sshbuf_reset(state->incoming_packet); in ssh_packet_read_poll1()1604 if ((r = sshbuf_reserve(state->incoming_packet, padded_len, &p)) != 0) in ssh_packet_read_poll1()1615 sshbuf_dump(state->incoming_packet, stderr); in ssh_packet_read_poll1()[all …]
91 virtual int32_t IncomingRtcpPacket(const uint8_t* incoming_packet,
43 int32_t IncomingRtcpPacket(const uint8_t* incoming_packet,