Home
last modified time | relevance | path

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

/external/openssh/
Dpacket.c129 Buffer outgoing_packet; member
235 buffer_init(&active_state->outgoing_packet); in packet_set_connection()
490 buffer_free(&active_state->outgoing_packet); in packet_close()
586 buffer_clear(&active_state->outgoing_packet); in packet_start()
587 buffer_append(&active_state->outgoing_packet, buf, len); in packet_start()
596 buffer_append(&active_state->outgoing_packet, &ch, 1); in packet_put_char()
602 buffer_put_int(&active_state->outgoing_packet, value); in packet_put_int()
608 buffer_put_int64(&active_state->outgoing_packet, value); in packet_put_int64()
614 buffer_put_string(&active_state->outgoing_packet, buf, len); in packet_put_string()
620 buffer_put_cstring(&active_state->outgoing_packet, str); in packet_put_cstring()
[all …]
/external/chromium_org/google_apis/gcm/engine/
Dmcs_client.cc565 const MCSPacketInternal& outgoing_packet = to_resend_.front(); in HandleStreamAck() local
566 acked_outgoing_persistent_ids.push_back(outgoing_packet->persistent_id); in HandleStreamAck()
567 acked_outgoing_stream_ids.push_back(outgoing_packet->stream_id); in HandleStreamAck()
587 const MCSPacketInternal& outgoing_packet = to_resend_.front(); in HandleSelectiveAck() local
588 DCHECK_EQ(outgoing_packet->persistent_id, *iter); in HandleSelectiveAck()
592 StreamId device_stream_id = outgoing_packet->stream_id; in HandleSelectiveAck()
602 const MCSPacketInternal& outgoing_packet = to_send_.front(); in HandleSelectiveAck() local
603 DCHECK_EQ(outgoing_packet->persistent_id, *iter); in HandleSelectiveAck()
607 StreamId device_stream_id = outgoing_packet->stream_id; in HandleSelectiveAck()