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

/external/chromium_org/net/quic/
H A Dquic_protocol.cc566 bool is_fec_packet)
569 is_fec_packet_(is_fec_packet),
560 QuicPacket(char* buffer, size_t length, bool owns_buffer, QuicConnectionIdLength connection_id_length, bool includes_version, QuicSequenceNumberLength sequence_number_length, bool is_fec_packet) argument
H A Dquic_protocol.h961 bool is_fec_packet() const { return is_fec_packet_; } function in class:net::QuicPacket
972 bool is_fec_packet);
H A Dquic_connection.cc1391 << (packet->serialized_packet.packet->is_fec_packet() ? "FEC " :

Completed in 87 milliseconds