Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c110 static Buffer outgoing_packet; variable
201 buffer_init(&outgoing_packet); in packet_set_connection()
207 buffer_clear(&outgoing_packet); in packet_set_connection()
316 buffer_free(&outgoing_packet); in packet_close()
418 buffer_clear(&outgoing_packet); in packet_start()
419 buffer_append(&outgoing_packet, buf, len); in packet_start()
428 buffer_append(&outgoing_packet, &ch, 1); in packet_put_char()
434 buffer_put_int(&outgoing_packet, value); in packet_put_int()
440 buffer_put_string(&outgoing_packet, buf, len); in packet_put_string()
446 buffer_put_cstring(&outgoing_packet, str); in packet_put_cstring()
[all …]