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

/external/chromium_org/net/quic/
H A Dquic_protocol.cc597 bool is_fec_packet)
600 is_fec_packet_(is_fec_packet),
591 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.h948 bool is_fec_packet() const { return is_fec_packet_; } function in class:net::QuicPacket
959 bool is_fec_packet);
H A Dquic_connection.cc1377 << " : " << (packet.packet->is_fec_packet() ? "FEC " :

Completed in 639 milliseconds