Home
last modified time | relevance | path

Searched refs:incoming_packet (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dpacket.c132 Buffer incoming_packet; member
236 buffer_init(&active_state->incoming_packet); in packet_set_connection()
262 while (buffer_len(&active_state->incoming_packet) < in packet_stop_discard()
264 buffer_append(&active_state->incoming_packet, buf, in packet_stop_discard()
268 buffer_ptr(&active_state->incoming_packet), in packet_stop_discard()
491 buffer_free(&active_state->incoming_packet); in packet_close()
1187 buffer_clear(&active_state->incoming_packet); in packet_read_poll1()
1188 cp = buffer_append_space(&active_state->incoming_packet, padded_len); in packet_read_poll1()
1196 buffer_dump(&active_state->incoming_packet); in packet_read_poll1()
1200 checksum = ssh_crc32(buffer_ptr(&active_state->incoming_packet), in packet_read_poll1()
[all …]