Lines Matching refs:QLOG_STR

21         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()
226 QLOG_STR("frame_type", "padding"); in log_frame_actual()
234 QLOG_STR("frame_type", "ping"); in log_frame_actual()
246 QLOG_STR("frame_type", "ack"); in log_frame_actual()
270 QLOG_STR("frame_type", "reset_stream"); in log_frame_actual()
283 QLOG_STR("frame_type", "stop_sending"); in log_frame_actual()
295 QLOG_STR("frame_type", "crypto"); in log_frame_actual()
315 QLOG_STR("frame_type", "stream"); in log_frame_actual()
333 QLOG_STR("frame_type", "max_data"); in log_frame_actual()
345 QLOG_STR("frame_type", "max_streams"); in log_frame_actual()
346 QLOG_STR("stream_type", in log_frame_actual()
360 QLOG_STR("frame_type", "max_stream_data"); in log_frame_actual()
372 QLOG_STR("frame_type", "path_challenge"); in log_frame_actual()
382 QLOG_STR("frame_type", "path_response"); in log_frame_actual()
393 QLOG_STR("frame_type", "connection_close"); in log_frame_actual()
394 QLOG_STR("error_space", f.is_app ? "application" : "transport"); in log_frame_actual()
408 QLOG_STR("frame_type", "handshake_done"); in log_frame_actual()
418 QLOG_STR("frame_type", "new_connection_id"); in log_frame_actual()
434 QLOG_STR("frame_type", "retire_connection_id"); in log_frame_actual()
445 QLOG_STR("frame_type", "data_blocked"); in log_frame_actual()
458 QLOG_STR("frame_type", "stream_data_blocked"); in log_frame_actual()
471 QLOG_STR("frame_type", "streams_blocked"); in log_frame_actual()
472 QLOG_STR("stream_type", in log_frame_actual()
486 QLOG_STR("frame_type", "new_token"); in log_frame_actual()
496 QLOG_STR("frame_type", "unknown"); in log_frame_actual()
580 QLOG_STR("packet_type", type_s); in log_packet()