Lines Matching refs:TransportParams
24 TransportParams::Config::Config(Side side,
29 Maybe<const TransportParams::Options> TransportParams::Options::From(
40 SetOption<TransportParams::Options, &TransportParams::Options::name>( \
58 TransportParams::TransportParams(Type type) : type_(type), ptr_(¶ms_) {}
60 TransportParams::TransportParams(Type type, const ngtcp2_transport_params* ptr)
63 TransportParams::TransportParams(const Config& config, const Options& options)
64 : TransportParams(Type::ENCRYPTED_EXTENSIONS) {
103 TransportParams::TransportParams(Type type, const ngtcp2_vec& vec)
104 : TransportParams(type) {
117 Store TransportParams::Encode(Environment* env) {
145 void TransportParams::SetPreferredAddress(const SocketAddress& address) {
171 void TransportParams::GenerateStatelessResetToken(
180 CID TransportParams::GeneratePreferredAddressToken(const Session& session) {
193 TransportParams::Type TransportParams::type() const {
197 TransportParams::operator const ngtcp2_transport_params&() const {
202 TransportParams::operator const ngtcp2_transport_params*() const {
207 TransportParams::operator bool() const {
211 const QuicError& TransportParams::error() const {