Searched refs:other_versions (Results 1 – 5 of 5) sorted by relevance
414 p = ngtcp2_cpymem(p, params->version_info.other_versions, in ngtcp2_encode_transport_params_versioned()813 params->version_info.other_versions = (uint8_t *)p; in ngtcp2_decode_transport_params_versioned()874 memcpy(p, src->version_info.other_versions, in transport_params_copy_new()876 dest->version_info.other_versions = p; in transport_params_copy_new()
665 uint8_t *other_versions; member
1043 p->version_info.other_versions = conn->vneg.other_versions; in conn_set_local_transport_params()1277 if (settings->other_versions[i] == client_chosen_version) { in conn_new()1286 assert(ngtcp2_is_reserved_version(settings->other_versions[i]) || in conn_new()1287 ngtcp2_is_supported_version(settings->other_versions[i])); in conn_new()1290 rv = other_versions_new(&buf, settings->other_versions, in conn_new()1296 (*pconn)->vneg.other_versions = buf; in conn_new()1307 (*pconn)->vneg.other_versions = buf; in conn_new()1311 (*pconn)->vneg.other_versions = server_default_other_versions; in conn_new()1320 (*pconn)->vneg.other_versions = buf; in conn_new()1561 if (conn->vneg.other_versions != server_default_other_versions) { in ngtcp2_conn_del()[all …]
729 ngtcp2_get_uint32(¶ms->version_info.other_versions[i])); in ngtcp2_log_remote_tp()
1366 uint8_t *other_versions; member1905 uint32_t *other_versions; member