Home
last modified time | relevance | path

Searched defs:frame_type (Results 1 – 16 of 16) sorted by relevance

/openssl/include/internal/
H A Dquic_channel.h143 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 Dquic_wire.h93 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 Dquic_rx_depack.c63 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 Dquic_wire.c45 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 Dquic_fifd.c26 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 Dquic_trace.c182 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 Dquic_cfq.c21 uint64_t frame_type; member
233 uint64_t frame_type, in ossl_quic_cfq_add_frame()
H A Dqlog_event_helpers.c209 uint64_t frame_type; in log_frame_actual() local
H A Dquic_txp.c1439 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 Dquic_channel.c3180 uint64_t frame_type, in ossl_quic_channel_raise_protocol_error_loc()
/openssl/test/
H A Dquic_fifd_test.c37 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 Dquic_txp_test.c61 uint64_t frame_type; member
282 #define OP_EXPECT_FRAME(frame_type) \ argument
1282 uint64_t frame_type; in skip_padding() local
H A Dquic_wire_test.c1618 uint64_t frame_type; in test_wire_minimal() local
H A Dquic_multistream_test.c3593 uint64_t frame_type, frame_data; in script_41_trace() local
5852 uint64_t pkt_type, frame_type, expected_err; member
/openssl/test/helpers/
H A Dquictestlib.c98 uint64_t frame_type; in noise_msg_callback() local
/openssl/include/openssl/
H A Dssl.h.in2371 uint64_t error_code, frame_type; member

Completed in 115 milliseconds