Home | History | Annotate | Download | only in quic

Lines Matching refs:connection_id_length

54 size_t GetSequenceNumberOffset(QuicConnectionIdLength connection_id_length,
56 return kConnectionIdOffset + connection_id_length +
65 size_t GetPrivateFlagsOffset(QuicConnectionIdLength connection_id_length,
67 return GetSequenceNumberOffset(connection_id_length, include_version) +
82 size_t GetFecGroupOffset(QuicConnectionIdLength connection_id_length,
84 return GetPrivateFlagsOffset(connection_id_length, include_version) +