Searched refs:outgoing_packet (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dpacket.c130 Buffer outgoing_packet; member in struct:session_state
244 buffer_init(&active_state->outgoing_packet);
497 buffer_free(&active_state->outgoing_packet);
593 buffer_clear(&active_state->outgoing_packet);
594 buffer_append(&active_state->outgoing_packet, buf, len);
603 buffer_append(&active_state->outgoing_packet, &ch, 1);
609 buffer_put_int(&active_state->outgoing_packet, value);
615 buffer_put_int64(&active_state->outgoing_packet, value);
621 buffer_put_string(&active_state->outgoing_packet, buf, len);
627 buffer_put_cstring(&active_state->outgoing_packet, st
[all...]

Completed in 75 milliseconds