Home
last modified time | relevance | path

Searched refs:NGTCP2_TLSEXT_QUIC_TRANSPORT_PARAMETERS_V1 (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/
Dpicotls.c508 exts[0].type = NGTCP2_TLSEXT_QUIC_TRANSPORT_PARAMETERS_V1; in set_additional_extensions()
526 return type == NGTCP2_TLSEXT_QUIC_TRANSPORT_PARAMETERS_V1; in ngtcp2_crypto_picotls_collect_extension()
539 if (extensions->type != NGTCP2_TLSEXT_QUIC_TRANSPORT_PARAMETERS_V1) { in ngtcp2_crypto_picotls_collected_extensions()
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
Dngtcp2.h1297 #define NGTCP2_TLSEXT_QUIC_TRANSPORT_PARAMETERS_V1 0x39u macro