QLOG_U64
QLOG_U64("application_code", tcause->error_code);
QLOG_U64("connection_code", tcause->error_code);
QLOG_U64("packet_number", tpkt->ackm_pkt.pkt_num);
QLOG_U64("payload_length",
QLOG_U64("ack_delay", ossl_time2ms(ack.delay_time));
QLOG_U64("ect1", ack.ect0);
QLOG_U64("ect0", ack.ect1);
QLOG_U64("ce", ack.ecnce);
QLOG_U64(NULL, ack.ack_ranges[i].start);
QLOG_U64(NULL, ack.ack_ranges[i].end);
QLOG_U64("stream_id", f.stream_id);
QLOG_U64("error_code", f.app_error_code);
QLOG_U64("final_size", f.final_size);
QLOG_U64("stream_id", f.stream_id);
QLOG_U64("error_code", f.app_error_code);
QLOG_U64("offset", f.offset);
QLOG_U64("payload_length", f.len);
QLOG_U64("stream_id", f.stream_id);
QLOG_U64("offset", f.offset);
QLOG_U64("payload_length", f.len);
QLOG_U64("maximum", x);
QLOG_U64("maximum", x);
QLOG_U64("stream_id", stream_id);
QLOG_U64("maximum", max_data);
QLOG_U64("error_code_value", f.error_code);
QLOG_U64("error_code", f.error_code);
QLOG_U64("trigger_frame_type", f.frame_type);
QLOG_U64("sequence_number", f.seq_num);
QLOG_U64("retire_prior_to", f.retire_prior_to);
QLOG_U64("sequence_number", seq_num);
QLOG_U64("limit", x);
QLOG_U64("stream_id", stream_id);
QLOG_U64("limit", x);
QLOG_U64("limit", x);
QLOG_U64("frame_type_value", frame_type);
QLOG_U64("length", rem_before - rem_after);
QLOG_U64("packet_number", pn);
QLOG_U64("datagram_id", datagram_id);
QLOG_U64("initial_max_data",
QLOG_U64("initial_max_stream_data_bidi_local",
QLOG_U64("initial_max_stream_data_bidi_remote",
QLOG_U64("initial_max_stream_data_uni",
QLOG_U64("initial_max_streams_bidi",
QLOG_U64("initial_max_streams_uni",
QLOG_U64("ack_delay_exponent", ch->rx_ack_delay_exp);
QLOG_U64("max_ack_delay", ch->rx_max_ack_delay);
QLOG_U64("max_udp_payload_size", ch->rx_max_udp_payload_size);
QLOG_U64("max_idle_timeout", rx_max_idle_timeout);
QLOG_U64("active_connection_id_limit", ch->rx_active_conn_id_limit);
QLOG_U64("port_v4", pfa.ipv4_port);
QLOG_U64("port_v6", pfa.ipv6_port);
QLOG_U64("max_idle_timeout", ch->max_idle_timeout);
QLOG_U64("max_udp_payload_size", QUIC_MIN_INITIAL_DGRAM_LEN);
QLOG_U64("active_connection_id_limit", QUIC_MIN_ACTIVE_CONN_ID_LIMIT);
QLOG_U64("max_ack_delay", ch->tx_max_ack_delay);
QLOG_U64("initial_max_data", ossl_quic_rxfc_get_cwm(&ch->conn_rxfc));
QLOG_U64("initial_max_stream_data_bidi_local",
QLOG_U64("initial_max_stream_data_bidi_remote",
QLOG_U64("initial_max_stream_data_uni",
QLOG_U64("initial_max_streams_bidi",
QLOG_U64("initial_max_streams_uni",
QLOG_U64("field5", UINT64_MAX);