Searched refs:TransportParams (Results 1 - 3 of 3) sorted by relevance
/third_party/node/src/quic/ |
H A D | transportparams.cc | 24 TransportParams::Config::Config(Side side, in Config() 29 Maybe<const TransportParams::Options> TransportParams::Options::From( in From() 40 SetOption<TransportParams::Options, &TransportParams::Options::name>( \ in From() 58 TransportParams::TransportParams(Type type) : type_(type), ptr_(¶ms_) {} in TransportParams() function in node::quic::TransportParams 60 TransportParams::TransportParams(Type type, const ngtcp2_transport_params* ptr) in TransportParams() function in node::quic::TransportParams 63 TransportParams function in node::quic::TransportParams 103 TransportParams::TransportParams(Type type, const ngtcp2_vec& vec) TransportParams() function in node::quic::TransportParams [all...] |
H A D | transportparams.h | 24 class TransportParams final { 118 explicit TransportParams(Type type); 120 // Creates an instance of TransportParams wrapping the existing const 122 TransportParams(Type type, const ngtcp2_transport_params* ptr); 124 TransportParams(const Config& config, const Options& options); 126 // Creates an instance of TransportParams by decoding the given buffer. 130 TransportParams(Type type, const ngtcp2_vec& buf);
|
H A D | tlscontext.cc | 395 TransportParams tp(TransportParams::Type::ENCRYPTED_EXTENSIONS, in Start() 474 TransportParams rtp(TransportParams::Type::ENCRYPTED_EXTENSIONS, in MaybeSetEarlySession()
|
Completed in 3 milliseconds