Home
last modified time | relevance | path

Searched refs:frame_type (Results 1 – 23 of 23) sorted by relevance

/openssl/ssl/quic/
H A Dquic_rx_depack.c34 uint64_t frame_type,
63 uint64_t frame_type, in depack_do_frame_ack() argument
119 frame_type, in depack_do_frame_ack()
136 frame_type, in depack_do_frame_ack()
497 uint64_t frame_type, in depack_do_frame_stream() argument
511 frame_type, in depack_do_frame_stream()
530 frame_type, in depack_do_frame_stream()
749 switch (frame_type) { in depack_do_frame_max_streams()
1067 uint64_t frame_type; in depack_process_frames() local
1096 switch (frame_type) { in depack_process_frames()
[all …]
H A Dquic_wire.c47 return WPACKET_quic_write_vlint(pkt, frame_type); in encode_frame_hdr()
76 if (!encode_frame_hdr(pkt, frame_type) in ossl_quic_wire_encode_frame_ack()
190 if (!encode_frame_hdr(pkt, frame_type) in ossl_quic_wire_encode_frame_stream_hdr()
526 1, &frame_type) in ossl_quic_wire_decode_frame_ack()
679 uint64_t frame_type; in ossl_quic_wire_decode_frame_stream() local
684 &frame_type) in ossl_quic_wire_decode_frame_stream()
859 uint64_t frame_type, reason_len; in ossl_quic_wire_decode_frame_conn_close() local
863 1, &frame_type) in ossl_quic_wire_decode_frame_conn_close()
867 f->is_app = ((frame_type & 1) != 0); in ossl_quic_wire_decode_frame_conn_close()
873 f->frame_type = 0; in ossl_quic_wire_decode_frame_conn_close()
[all …]
H A Dquic_trace.c182 static int frame_stream(BIO *bio, PACKET *pkt, uint64_t frame_type) in frame_stream() argument
188 switch(frame_type) { in frame_stream()
397 uint64_t frame_type; in trace_frame_data() local
399 if (!ossl_quic_wire_peek_frame_header(pkt, &frame_type, NULL)) in trace_frame_data()
402 switch (frame_type) { in trace_frame_data()
417 if (frame_type == OSSL_QUIC_FRAME_TYPE_ACK_WITH_ECN) in trace_frame_data()
458 if (!frame_stream(bio, pkt, frame_type)) in trace_frame_data()
477 if (frame_type == OSSL_QUIC_FRAME_TYPE_MAX_STREAMS_BIDI) in trace_frame_data()
500 if (frame_type == OSSL_QUIC_FRAME_TYPE_STREAMS_BLOCKED_BIDI) in trace_frame_data()
535 if (frame_type == OSSL_QUIC_FRAME_TYPE_CONN_CLOSE_APP) in trace_frame_data()
H A Dqlog_event_helpers.c209 uint64_t frame_type; in log_frame_actual() local
216 if (!ossl_quic_wire_peek_frame_header(pkt, &frame_type, NULL)) in log_frame_actual()
224 switch (frame_type) { in log_frame_actual()
347 frame_type == OSSL_QUIC_FRAME_TYPE_MAX_STREAMS_BIDI in log_frame_actual()
398 if (!f.is_app && f.frame_type != 0) in log_frame_actual()
399 QLOG_U64("trigger_frame_type", f.frame_type); in log_frame_actual()
473 frame_type == OSSL_QUIC_FRAME_TYPE_STREAMS_BLOCKED_BIDI in log_frame_actual()
497 QLOG_U64("frame_type_value", frame_type); in log_frame_actual()
H A Dquic_cfq.c21 uint64_t frame_type; member
31 return ex->frame_type; in ossl_quic_cfq_item_get_frame_type()
233 uint64_t frame_type, in ossl_quic_cfq_add_frame() argument
246 item->frame_type = frame_type; in ossl_quic_cfq_add_frame()
H A Dquic_txp.c420 static void on_regen_notify(uint64_t frame_type, uint64_t stream_id,
422 static void on_confirm_notify(uint64_t frame_type, uint64_t stream_id,
1441 switch (frame_type) { in txp_should_try_staging()
1541 static void on_regen_notify(uint64_t frame_type, uint64_t stream_id, in on_regen_notify() argument
1546 switch (frame_type) { in on_regen_notify()
1694 static void on_confirm_notify(uint64_t frame_type, uint64_t stream_id, in on_confirm_notify() argument
1699 switch (frame_type) { in on_confirm_notify()
1895 pf->frame_type = 0; in txp_generate_pre_token()
2705 uint64_t frame_type = ossl_quic_cfq_item_get_frame_type(cfq_item); in txp_generate_for_el() local
2709 switch (frame_type) { in txp_generate_for_el()
[all …]
H A Dquic_channel.c2827 dst->frame_type = src->frame_type; in copy_tcause()
2893 f.frame_type = ch->terminate_cause.frame_type; in ch_start_terminating()
2954 tcause.frame_type = f->frame_type; in ossl_quic_channel_on_remote_conn_close()
3180 uint64_t frame_type, in ossl_quic_channel_raise_protocol_error_loc() argument
3212 if (frame_type != 0) { in ossl_quic_channel_raise_protocol_error_loc()
3213 ft_str = ossl_quic_frame_type_to_string(frame_type); in ossl_quic_channel_raise_protocol_error_loc()
3225 (unsigned long long) frame_type, in ossl_quic_channel_raise_protocol_error_loc()
3242 tcause.frame_type = frame_type; in ossl_quic_channel_raise_protocol_error_loc()
3329 ch->terminate_cause.frame_type = 0; in ch_on_idle_timeout()
H A Dquic_fifd.c26 void (*regen_frame)(uint64_t frame_type, in ossl_quic_fifd_init() argument
31 void (*confirm_frame)(uint64_t frame_type, in ossl_quic_fifd_init() argument
H A Dquic_local.h259 uint64_t frame_type,
H A Dquic_impl.c3857 info->frame_type = tc->frame_type; in ossl_quic_get_conn_close_info()
/openssl/include/internal/
H A Dquic_fifd.h36 void (*regen_frame)(uint64_t frame_type,
41 void (*confirm_frame)(uint64_t frame_type,
63 void (*regen_frame)(uint64_t frame_type,
68 void (*confirm_frame)(uint64_t frame_type,
H A Dquic_channel.h143 uint64_t frame_type; member
232 uint64_t frame_type,
239 #define ossl_quic_channel_raise_protocol_error(ch, error_code, frame_type, reason) \ argument
241 (frame_type), \
248 #define ossl_quic_channel_raise_protocol_error_state(ch, error_code, frame_type, reason, state) \ argument
250 (frame_type), \
H A Dquic_wire.h90 const char *ossl_quic_frame_type_to_string(uint64_t frame_type);
93 ossl_quic_frame_type_is_ack_eliciting(uint64_t frame_type) in ossl_quic_frame_type_is_ack_eliciting() argument
95 switch (frame_type) { in ossl_quic_frame_type_is_ack_eliciting()
221 uint64_t frame_type; /* transport errors only */ member
H A Dquic_cfq.h105 uint64_t frame_type,
/openssl/test/recipes/70-test_quic_multistream_data/
H A Dverify-qlog.py144 frame_type = frame.get('frame_type')
145 if type(frame_type) != str:
151 counts.setdefault(frame_type, 0)
152 counts[frame_type] += 1
/openssl/test/
H A Dquic_fifd_test.c34 static void (*regen_frame_p)(uint64_t frame_type, uint64_t stream_id,
37 static void regen_frame(uint64_t frame_type, uint64_t stream_id, in regen_frame() argument
40 regen_frame_p(frame_type, stream_id, pkt, arg); in regen_frame()
43 static void confirm_frame(uint64_t frame_type, uint64_t stream_id, in confirm_frame() argument
85 static void regen_expect(uint64_t frame_type, uint64_t stream_id, in regen_expect() argument
88 regen_frame_type[regen_count] = frame_type; in regen_expect()
H A Dquic_txp_test.c61 uint64_t frame_type; member
282 #define OP_EXPECT_FRAME(frame_type) \ argument
283 { OPK_EXPECT_FRAME, (frame_type) },
1085 f.frame_type = OSSL_QUIC_FRAME_TYPE_HANDSHAKE_DONE; in gen_conn_close()
1282 uint64_t frame_type; in skip_padding() local
1287 if (frame_type == OSSL_QUIC_FRAME_TYPE_PADDING) in skip_padding()
1329 h.frame_type = UINT64_MAX; in run_script()
1335 h.frame_type = UINT64_MAX; in run_script()
1343 if (!TEST_uint64_t_eq(h.frame_type, op->arg0)) in run_script()
1363 h.frame_type = UINT64_MAX; in run_script()
[all …]
H A Dquic_wire_test.c993 if (!TEST_uint64_t_eq(f.frame_type, 0x9781)) in encode_case_20_dec()
1618 uint64_t frame_type; in test_wire_minimal() local
1625 if (!TEST_true(ossl_quic_wire_peek_frame_header(&pkt, &frame_type, in test_wire_minimal()
H A Dquic_multistream_test.c2025 f_str = ossl_quic_frame_type_to_string(cc_info.frame_type); in run_script_worker()
2036 (unsigned long long)cc_info.frame_type, in run_script_worker()
2050 f_str = ossl_quic_frame_type_to_string(tcause->frame_type); in run_script_worker()
2061 (unsigned long long)tcause->frame_type, in run_script_worker()
3593 uint64_t frame_type, frame_data; in script_41_trace() local
3608 if (!TEST_true(ossl_quic_wire_peek_frame_header(&pkt, &frame_type, in script_41_trace()
3614 if (frame_type != OSSL_QUIC_FRAME_TYPE_PATH_RESPONSE) in script_41_trace()
5852 uint64_t pkt_type, frame_type, expected_err; member
5911 s[i].arg2 = forbidden_frame_types[idx].frame_type; in test_dyn_frame_types()
/openssl/doc/man3/
H A DSSL_get_conn_close_info.pod38 uint64_t error_code, frame_type;
92 =item I<frame_type>
/openssl/test/helpers/
H A Dquictestlib.c98 uint64_t frame_type; in noise_msg_callback() local
103 if (!ossl_quic_wire_peek_frame_header(&pkt, &frame_type, NULL)) in noise_msg_callback()
106 if (frame_type == OSSL_QUIC_FRAME_TYPE_PING) { in noise_msg_callback()
/openssl/doc/designs/quic-design/
H A Dquic-fifm.md218 * The frame type is duplicated as the frame_type argument here, even though it
227 uint64_t frame_type,
455 void (*regen_frame)(uint64_t frame_type,
/openssl/include/openssl/
H A Dssl.h.in2368 uint64_t error_code, frame_type; member

Completed in 103 milliseconds