Home | History | Annotate | Download | only in quic

Lines Matching refs:connection_id_length

19   return GetPacketHeaderSize(header.public_header.connection_id_length,
25 size_t GetPacketHeaderSize(QuicConnectionIdLength connection_id_length,
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),
224 << ", connection_id_length:" << header.public_header.connection_id_length
563 QuicConnectionIdLength connection_id_length,
570 connection_id_length_(connection_id_length),