/openssl/include/internal/ |
H A D | quic_channel.h | 143 uint64_t frame_type; member 239 #define ossl_quic_channel_raise_protocol_error(ch, error_code, frame_type, reason) \ argument 248 #define ossl_quic_channel_raise_protocol_error_state(ch, error_code, frame_type, reason, state) \ argument
|
H A D | quic_wire.h | 93 ossl_quic_frame_type_is_ack_eliciting(uint64_t frame_type) in ossl_quic_frame_type_is_ack_eliciting() 221 uint64_t frame_type; /* transport errors only */ member
|
/openssl/ssl/quic/ |
H A D | quic_rx_depack.c | 63 uint64_t frame_type, in depack_do_frame_ack() 365 uint64_t frame_type, in depack_do_implicit_stream_create() 497 uint64_t frame_type, in depack_do_frame_stream() 729 uint64_t frame_type) in depack_do_frame_max_streams() 843 uint64_t frame_type) in depack_do_frame_streams_blocked() 1010 uint64_t frame_type) in depack_do_frame_conn_close() 1067 uint64_t frame_type; in depack_process_frames() local
|
H A D | quic_wire.c | 45 static int encode_frame_hdr(WPACKET *pkt, uint64_t frame_type) in encode_frame_hdr() 59 uint64_t frame_type = ack->ecn_present ? OSSL_QUIC_FRAME_TYPE_ACK_WITH_ECN in ossl_quic_wire_encode_frame_ack() local 181 uint64_t frame_type = OSSL_QUIC_FRAME_TYPE_STREAM; in ossl_quic_wire_encode_frame_stream_hdr() local 521 uint64_t frame_type, largest_ackd, ack_delay_raw; in ossl_quic_wire_decode_frame_ack() local 679 uint64_t frame_type; in ossl_quic_wire_decode_frame_stream() local 859 uint64_t frame_type, reason_len; in ossl_quic_wire_decode_frame_conn_close() local 1012 ossl_quic_frame_type_to_string(uint64_t frame_type) in ossl_quic_frame_type_to_string()
|
H A D | quic_fifd.c | 26 void (*regen_frame)(uint64_t frame_type, in ossl_quic_fifd_init() 31 void (*confirm_frame)(uint64_t frame_type, in ossl_quic_fifd_init()
|
H A D | quic_trace.c | 182 static int frame_stream(BIO *bio, PACKET *pkt, uint64_t frame_type) in frame_stream() 397 uint64_t frame_type; in trace_frame_data() local
|
H A D | quic_cfq.c | 21 uint64_t frame_type; member 233 uint64_t frame_type, in ossl_quic_cfq_add_frame()
|
H A D | qlog_event_helpers.c | 209 uint64_t frame_type; in log_frame_actual() local
|
H A D | quic_txp.c | 1439 uint64_t frame_type = ossl_quic_cfq_item_get_frame_type(cfq_item); in txp_should_try_staging() local 1541 static void on_regen_notify(uint64_t frame_type, uint64_t stream_id, in on_regen_notify() 1694 static void on_confirm_notify(uint64_t frame_type, uint64_t stream_id, in on_confirm_notify() 2705 uint64_t frame_type = ossl_quic_cfq_item_get_frame_type(cfq_item); in txp_generate_for_el() local
|
H A D | quic_channel.c | 3180 uint64_t frame_type, in ossl_quic_channel_raise_protocol_error_loc()
|
/openssl/test/ |
H A D | quic_fifd_test.c | 37 static void regen_frame(uint64_t frame_type, uint64_t stream_id, in regen_frame() 43 static void confirm_frame(uint64_t frame_type, uint64_t stream_id, in confirm_frame() 85 static void regen_expect(uint64_t frame_type, uint64_t stream_id, in regen_expect()
|
H A D | quic_txp_test.c | 61 uint64_t frame_type; member 282 #define OP_EXPECT_FRAME(frame_type) \ argument 1282 uint64_t frame_type; in skip_padding() local
|
H A D | quic_wire_test.c | 1618 uint64_t frame_type; in test_wire_minimal() local
|
H A D | quic_multistream_test.c | 3601 uint64_t frame_type, frame_data; in script_41_trace() local 5881 uint64_t pkt_type, frame_type, expected_err; member
|
/openssl/test/helpers/ |
H A D | quictestlib.c | 98 uint64_t frame_type; in noise_msg_callback() local
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 2371 uint64_t error_code, frame_type; member
|