| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_rx_depack.c | 34 uint64_t frame_type, 63 uint64_t frame_type, in depack_do_frame_ack() argument 120 frame_type, in depack_do_frame_ack() 137 frame_type, in depack_do_frame_ack() 369 uint64_t frame_type, in depack_do_implicit_stream_create() argument 433 frame_type, in depack_do_implicit_stream_create() 440 frame_type, in depack_do_implicit_stream_create() 456 frame_type, in depack_do_implicit_stream_create() 478 frame_type, in depack_do_implicit_stream_create() 499 uint64_t frame_type, in depack_do_frame_stream() argument [all …]
|
| H A D | quic_wire.c | 45 static int encode_frame_hdr(WPACKET *pkt, uint64_t frame_type) in encode_frame_hdr() argument 47 return WPACKET_quic_write_vlint(pkt, 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 76 if (!encode_frame_hdr(pkt, frame_type) in ossl_quic_wire_encode_frame_ack() 181 uint64_t frame_type = OSSL_QUIC_FRAME_TYPE_STREAM; in ossl_quic_wire_encode_frame_stream_hdr() local 184 frame_type |= OSSL_QUIC_FRAME_FLAG_STREAM_OFF; in ossl_quic_wire_encode_frame_stream_hdr() 186 frame_type |= OSSL_QUIC_FRAME_FLAG_STREAM_LEN; in ossl_quic_wire_encode_frame_stream_hdr() 188 frame_type |= OSSL_QUIC_FRAME_FLAG_STREAM_FIN; in ossl_quic_wire_encode_frame_stream_hdr() 190 if (!encode_frame_hdr(pkt, frame_type) in ossl_quic_wire_encode_frame_stream_hdr() 376 if (!f->is_app && !WPACKET_quic_write_vlint(pkt, f->frame_type)) in ossl_quic_wire_encode_frame_conn_close() [all …]
|
| H A D | quic_trace.c | 188 static int frame_stream(BIO *bio, PACKET *pkt, uint64_t frame_type) in frame_stream() argument 194 switch (frame_type) { in frame_stream() 403 uint64_t frame_type; in trace_frame_data() local 405 if (!ossl_quic_wire_peek_frame_header(pkt, &frame_type, NULL)) in trace_frame_data() 408 switch (frame_type) { in trace_frame_data() 423 if (frame_type == OSSL_QUIC_FRAME_TYPE_ACK_WITH_ECN) in trace_frame_data() 464 if (!frame_stream(bio, pkt, frame_type)) in trace_frame_data() 483 if (frame_type == OSSL_QUIC_FRAME_TYPE_MAX_STREAMS_BIDI) in trace_frame_data() 506 if (frame_type == OSSL_QUIC_FRAME_TYPE_STREAMS_BLOCKED_BIDI) in trace_frame_data() 541 if (frame_type == OSSL_QUIC_FRAME_TYPE_CONN_CLOSE_APP) in trace_frame_data()
|
| H A D | qlog_event_helpers.c | 209 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() 226 switch (frame_type) { in log_frame_actual() 339 frame_type == OSSL_QUIC_FRAME_TYPE_MAX_STREAMS_BIDI in log_frame_actual() 383 if (!f.is_app && f.frame_type != 0) in log_frame_actual() 384 QLOG_U64("trigger_frame_type", f.frame_type); in log_frame_actual() 446 frame_type == OSSL_QUIC_FRAME_TYPE_STREAMS_BLOCKED_BIDI in log_frame_actual() 468 QLOG_U64("frame_type_value", frame_type); in log_frame_actual()
|
| H A D | quic_cfq.c | 21 uint64_t frame_type; member 31 return ex->frame_type; in ossl_quic_cfq_item_get_frame_type() 234 uint64_t frame_type, in ossl_quic_cfq_add_frame() argument 247 item->frame_type = frame_type; in ossl_quic_cfq_add_frame()
|
| H A D | quic_txp.c | 422 static void on_regen_notify(uint64_t frame_type, uint64_t stream_id, 424 static void on_confirm_notify(uint64_t frame_type, uint64_t stream_id, 1534 uint64_t frame_type = ossl_quic_cfq_item_get_frame_type(cfq_item); in txp_should_try_staging() local 1536 switch (frame_type) { in txp_should_try_staging() 1636 static void on_regen_notify(uint64_t frame_type, uint64_t stream_id, in on_regen_notify() argument 1641 switch (frame_type) { in on_regen_notify() 1783 static void on_confirm_notify(uint64_t frame_type, uint64_t stream_id, in on_confirm_notify() argument 1788 switch (frame_type) { in on_confirm_notify() 1980 pf->frame_type = 0; in txp_generate_pre_token() 2791 uint64_t frame_type = ossl_quic_cfq_item_get_frame_type(cfq_item); in txp_generate_for_el() local [all …]
|
| H A D | quic_channel.c | 3096 dst->frame_type = src->frame_type; in copy_tcause() 3160 f.frame_type = ch->terminate_cause.frame_type; in ch_start_terminating() 3221 tcause.frame_type = f->frame_type; in ossl_quic_channel_on_remote_conn_close() 3453 uint64_t frame_type, in ossl_quic_channel_raise_protocol_error_loc() argument 3486 if (frame_type != 0) { in ossl_quic_channel_raise_protocol_error_loc() 3487 ft_str = ossl_quic_frame_type_to_string(frame_type); in ossl_quic_channel_raise_protocol_error_loc() 3499 (unsigned long long)frame_type, in ossl_quic_channel_raise_protocol_error_loc() 3516 tcause.frame_type = frame_type; in ossl_quic_channel_raise_protocol_error_loc() 3603 ch->terminate_cause.frame_type = 0; in ch_on_idle_timeout()
|
| H A D | quic_fifd.c | 26 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 D | quic_local.h | 292 uint64_t frame_type,
|
| /src/sys/arm64/arm64/ |
| H A D | db_trace.c | 71 int frame_type; in db_stack_trace_cmd() local 87 frame_type = FRAME_SYNC; in db_stack_trace_cmd() 90 frame_type = FRAME_IRQ; in db_stack_trace_cmd() 92 frame_type = FRAME_SERROR; in db_stack_trace_cmd() 94 frame_type = FRAME_UNHANDLED; in db_stack_trace_cmd() 96 frame_type = FRAME_NORMAL; in db_stack_trace_cmd() 98 if (frame_type != FRAME_NORMAL) { in db_stack_trace_cmd() 109 switch (frame_type) { in db_stack_trace_cmd()
|
| /src/sys/i386/i386/ |
| H A D | db_trace.c | 261 int frame_type; in db_nextframe() local 279 frame_type = NORMAL; in db_nextframe() 291 frame_type = TRAP; in db_nextframe() 294 frame_type = INTERRUPT; in db_nextframe() 297 frame_type = SYSCALL; in db_nextframe() 299 frame_type = DOUBLE_FAULT; in db_nextframe() 302 frame_type = INTERRUPT; in db_nextframe() 307 frame_type = INTERRUPT; in db_nextframe() 314 if (frame_type == NORMAL) { in db_nextframe() 327 if (frame_type == DOUBLE_FAULT) { in db_nextframe() [all …]
|
| /src/crypto/openssl/include/internal/ |
| H A D | quic_fifd.h | 36 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 D | quic_channel.h | 146 uint64_t frame_type; member 244 uint64_t frame_type, 251 #define ossl_quic_channel_raise_protocol_error(ch, error_code, frame_type, reason) \ argument 253 (frame_type), \ 260 #define ossl_quic_channel_raise_protocol_error_state(ch, error_code, frame_type, reason, state) \ argument 262 (frame_type), \
|
| H A D | quic_wire.h | 78 const char *ossl_quic_frame_type_to_string(uint64_t frame_type); 81 ossl_quic_frame_type_is_ack_eliciting(uint64_t frame_type) in ossl_quic_frame_type_is_ack_eliciting() argument 83 switch (frame_type) { in ossl_quic_frame_type_is_ack_eliciting() 209 uint64_t frame_type; /* transport errors only */ member
|
| H A D | quic_cfq.h | 105 uint64_t frame_type,
|
| /src/sys/amd64/amd64/ |
| H A D | db_trace.c | 142 int frame_type; in db_nextframe() local 162 frame_type = NORMAL; in db_nextframe() 171 frame_type = TRAP; in db_nextframe() 180 frame_type = INTERRUPT; in db_nextframe() 184 frame_type = SYSCALL; in db_nextframe() 187 frame_type = SYSCALL; in db_nextframe() 194 if (frame_type == NORMAL) { in db_nextframe() 220 switch (frame_type) { in db_nextframe()
|
| /src/sys/cam/scsi/ |
| H A D | smp_all.h | 132 uint8_t frame_type; member 141 uint8_t frame_type; member 209 uint8_t frame_type; member 219 uint8_t frame_type; member 245 uint8_t frame_type; member 260 uint8_t frame_type; member 401 uint8_t frame_type; member 463 uint8_t frame_type; member
|
| H A D | smp_all.c | 507 request->frame_type = SMP_FRAME_TYPE_REQUEST; in smp_report_general() 535 request->frame_type = SMP_FRAME_TYPE_REQUEST; in smp_discover() 567 request->frame_type = SMP_FRAME_TYPE_REQUEST; in smp_report_manuf_info() 599 request->frame_type = SMP_FRAME_TYPE_REQUEST; in smp_phy_control()
|
| /src/crypto/openssl/test/recipes/70-test_quic_multistream_data/ |
| H A D | verify-qlog.py | 144 frame_type = frame.get('frame_type') 145 if type(frame_type) != str: 151 counts.setdefault(frame_type, 0) 152 counts[frame_type] += 1
|
| /src/crypto/openssl/test/ |
| H A D | quic_fifd_test.c | 36 static void (*regen_frame_p)(uint64_t frame_type, uint64_t stream_id, 39 static void regen_frame(uint64_t frame_type, uint64_t stream_id, in regen_frame() argument 42 regen_frame_p(frame_type, stream_id, pkt, arg); in regen_frame() 45 static void confirm_frame(uint64_t frame_type, uint64_t stream_id, in confirm_frame() argument 89 static void regen_expect(uint64_t frame_type, uint64_t stream_id, in regen_expect() argument 92 regen_frame_type[regen_count] = frame_type; in regen_expect()
|
| H A D | quic_txp_test.c | 75 uint64_t frame_type; member 304 #define OP_EXPECT_FRAME(frame_type) \ argument 305 { OPK_EXPECT_FRAME, (frame_type) }, 1107 f.frame_type = OSSL_QUIC_FRAME_TYPE_HANDSHAKE_DONE; in gen_conn_close() 1120 || !TEST_uint64_t_eq(h->frame.conn_close.frame_type, in check_14() 1304 uint64_t frame_type; in skip_padding() local 1306 if (!ossl_quic_wire_peek_frame_header(&h->pkt, &frame_type, NULL)) in skip_padding() 1309 if (frame_type == OSSL_QUIC_FRAME_TYPE_PADDING) in skip_padding() 1351 h.frame_type = UINT64_MAX; in run_script() 1357 h.frame_type = UINT64_MAX; in run_script() [all …]
|
| /src/contrib/tcpdump/ |
| H A D | print-802_15_4.c | 1797 int frame_type; in ieee802_15_4_std_frames() local 1837 frame_type = FC_FRAME_TYPE(fc); in ieee802_15_4_std_frames() 2113 switch (frame_type) { in ieee802_15_4_std_frames() 2469 int frame_type; in ieee802_15_4_print() local 2485 frame_type = FC_FRAME_TYPE(fc); in ieee802_15_4_print() 2486 ND_PRINT("IEEE 802.15.4 %s packet ", ftypes[frame_type]); in ieee802_15_4_print() 2488 switch (frame_type) { in ieee802_15_4_print()
|
| /src/tools/tools/net80211/w00t/libw00t/ |
| H A D | w00t.h | 50 int frame_type(struct ieee80211_frame *wh, int type, int stype);
|
| /src/sys/dev/isci/scil/ |
| H A D | scu_task_context.h | 308 U32 frame_type : 8; member 376 U32 frame_type : 8; member
|
| /src/tools/tools/net80211/w00t/prga/ |
| H A D | prga.c | 174 if (!frame_type(wh, IEEE80211_FC0_TYPE_DATA, in get_prga() 382 if (!frame_type(wh, IEEE80211_FC0_TYPE_CTL, IEEE80211_FC0_SUBTYPE_ACK)) in wait_ack() 443 if (!frame_type(wh, IEEE80211_FC0_TYPE_DATA, in wait_relay()
|