Home
last modified time | relevance | path

Searched refs:QLOG_STR (Results 1 – 5 of 5) sorted by relevance

/src/crypto/openssl/ssl/quic/
H A Dqlog_event_helpers.c21 QLOG_STR("protocol", "quic"); in ossl_qlog_event_connectivity_connection_started()
72 QLOG_STR("state", state_s); in ossl_qlog_event_connectivity_connection_state_updated()
124 QLOG_STR("owner", tcause->remote ? "remote" : "local"); in ossl_qlog_event_connectivity_connection_closed()
140 QLOG_STR("connection_code", m); in ossl_qlog_event_connectivity_connection_closed()
178 QLOG_STR("packet_type", quic_pkt_type_to_qlog(tpkt->pkt_type)); in ossl_qlog_event_recovery_packet_lost()
228 QLOG_STR("frame_type", "padding"); in log_frame_actual()
236 QLOG_STR("frame_type", "ping"); in log_frame_actual()
248 QLOG_STR("frame_type", "ack"); in log_frame_actual()
271 QLOG_STR("frame_type", "reset_stream"); in log_frame_actual()
282 QLOG_STR("frame_type", "stop_sending"); in log_frame_actual()
[all …]
H A Dquic_channel.c1767 QLOG_STR("owner", "remote"); in ch_on_transport_params()
1969 QLOG_STR("owner", "local"); in ch_generate_transport_params()
1975 QLOG_STR("initial_source_connection_id", ""); in ch_generate_transport_params()
/src/crypto/openssl/test/
H A Dquic_qlog_test.c110 QLOG_STR("field1", "foo"); in test_qlog()
120 QLOG_STR("field10", "baz"); in test_qlog()
123 QLOG_STR(NULL, "a"); in test_qlog()
124 QLOG_STR(NULL, "b"); in test_qlog()
130 QLOG_STR("field1", "foo"); in test_qlog()
135 QLOG_STR("field1", "bar"); in test_qlog()
/src/crypto/openssl/doc/designs/quic-design/
H A Dqlog.md18 QLOG_STR("owner", "local")
20 QLOG_STR("tls_cipher", "AES_128_GCM")
/src/crypto/openssl/include/internal/
H A Dqlog.h118 #define QLOG_STR(name, value) ossl_qlog_str(qlog_instance, (name), (value)) macro