Searched defs:connection_id_length (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_packet_creator.h72 QuicConnectionIdLength connection_id_length,
199 QuicConnectionIdLength connection_id_length() const { function in class:net::QuicPacketCreator
H A Dquic_packet_creator.cc217 QuicConnectionIdLength connection_id_length,
222 return GetPacketHeaderSize(connection_id_length, include_version,
216 StreamFramePacketOverhead( QuicConnectionIdLength connection_id_length, bool include_version, QuicSequenceNumberLength sequence_number_length, QuicStreamOffset offset, InFecGroup is_in_fec_group) argument
H A Dquic_framer_test.cc54 size_t GetSequenceNumberOffset(QuicConnectionIdLength connection_id_length, argument
56 return kConnectionIdOffset + connection_id_length +
65 size_t GetPrivateFlagsOffset(QuicConnectionIdLength connection_id_length, argument
67 return GetSequenceNumberOffset(connection_id_length, include_version) +
82 size_t GetFecGroupOffset(QuicConnectionIdLength connection_id_length, argument
84 return GetPrivateFlagsOffset(connection_id_length, include_version) +
H A Dquic_protocol.cc19 return GetPacketHeaderSize(header.public_header.connection_id_length,
25 size_t GetPacketHeaderSize(QuicConnectionIdLength connection_id_length, argument
29 return kPublicFlagsSize + connection_id_length +
35 QuicConnectionIdLength connection_id_length,
38 return GetPacketHeaderSize(connection_id_length,
45 QuicConnectionIdLength connection_id_length,
49 return GetPacketHeaderSize(connection_id_length,
57 connection_id_length(PACKET_8BYTE_CONNECTION_ID),
66 connection_id_length(other.connection_id_length),
34 GetStartOfFecProtectedData( QuicConnectionIdLength connection_id_length, bool include_version, QuicSequenceNumberLength sequence_number_length) argument
44 GetStartOfEncryptedData( QuicConnectionIdLength connection_id_length, bool include_version, QuicSequenceNumberLength sequence_number_length) argument
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
[all...]
H A Dquic_framer.cc429 writer.take(), len, true, header.public_header.connection_id_length,
467 header.public_header.connection_id_length,
724 switch (header.public_header.connection_id_length) {
882 public_header->connection_id_length = PACKET_8BYTE_CONNECTION_ID;
898 public_header->connection_id_length = PACKET_4BYTE_CONNECTION_ID;
913 public_header->connection_id_length = PACKET_1BYTE_CONNECTION_ID;
917 public_header->connection_id_length = PACKET_0BYTE_CONNECTION_ID;
1642 QuicConnectionIdLength connection_id_length,
1647 connection_id_length, includes_version, sequence_number_length)
1738 header.public_header.connection_id_length,
1640 GetAssociatedDataFromEncryptedPacket( const QuicEncryptedPacket& encrypted, QuicConnectionIdLength connection_id_length, bool includes_version, QuicSequenceNumberLength sequence_number_length) argument
[all...]
H A Dquic_protocol.h355 QuicConnectionIdLength connection_id_length,
362 QuicConnectionIdLength connection_id_length,
367 QuicConnectionIdLength connection_id_length,
564 QuicConnectionIdLength connection_id_length; member in struct:net::QuicPacketPublicHeader
938 QuicConnectionIdLength connection_id_length,
941 return new QuicPacket(buffer, length, owns_buffer, connection_id_length,
949 QuicConnectionIdLength connection_id_length,
952 return new QuicPacket(buffer, length, owns_buffer, connection_id_length,
969 QuicConnectionIdLength connection_id_length,
934 NewDataPacket( char* buffer, size_t length, bool owns_buffer, QuicConnectionIdLength connection_id_length, bool includes_version, QuicSequenceNumberLength sequence_number_length) argument
945 NewFecPacket( char* buffer, size_t length, bool owns_buffer, QuicConnectionIdLength connection_id_length, bool includes_version, QuicSequenceNumberLength sequence_number_length) argument

Completed in 4692 milliseconds