Home
last modified time | relevance | path

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

123

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_rx_depack.c34 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()
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()
368 depack_do_implicit_stream_create(QUIC_CHANNEL * ch,uint64_t stream_id,uint64_t frame_type,QUIC_STREAM ** result) depack_do_implicit_stream_create() argument
500 depack_do_frame_stream(PACKET * pkt,QUIC_CHANNEL * ch,OSSL_QRX_PKT * parent_pkt,OSSL_ACKM_RX_PKT * ackm_data,uint64_t frame_type,uint64_t * datalen) depack_do_frame_stream() argument
732 depack_do_frame_max_streams(PACKET * pkt,QUIC_CHANNEL * ch,OSSL_ACKM_RX_PKT * ackm_data,uint64_t frame_type) depack_do_frame_max_streams() argument
846 depack_do_frame_streams_blocked(PACKET * pkt,QUIC_CHANNEL * ch,OSSL_ACKM_RX_PKT * ackm_data,uint64_t frame_type) depack_do_frame_streams_blocked() argument
1013 depack_do_frame_conn_close(PACKET * pkt,QUIC_CHANNEL * ch,uint64_t frame_type) depack_do_frame_conn_close() argument
1070 uint64_t frame_type; depack_process_frames() local
[all...]
H A Dquic_wire.c45 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()
521 uint64_t frame_type, largest_ackd, ack_delay_raw; ossl_quic_wire_decode_frame_ack() local
679 uint64_t frame_type; ossl_quic_wire_decode_frame_stream() local
859 uint64_t frame_type, reason_len; ossl_quic_wire_decode_frame_conn_close() local
1012 ossl_quic_frame_type_to_string(uint64_t frame_type) ossl_quic_frame_type_to_string() argument
[all...]
H A Dquic_trace.c188 static int frame_stream(BIO *bio, PACKET *pkt, uint64_t frame_type) in frame_stream()
194 switch (frame_type) { in frame_stream()
403 uint64_t frame_type; in trace_frame_data()
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 in trace_frame_data()
187 frame_stream(BIO * bio,PACKET * pkt,uint64_t frame_type) frame_stream() argument
402 uint64_t frame_type; trace_frame_data() local
[all...]
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()
226 switch (frame_type) { in log_frame_actual()
228 QLOG_STR("frame_type", "padding"); in log_frame_actual()
236 QLOG_STR("frame_type", "ping"); in log_frame_actual()
248 QLOG_STR("frame_type", "ack"); in log_frame_actual()
271 QLOG_STR("frame_type", "reset_stream"); in log_frame_actual()
282 QLOG_STR("frame_type", "stop_sending"); in log_frame_actual()
292 QLOG_STR("frame_type", "crypto"); in log_frame_actual()
310 QLOG_STR("frame_type", "strea in log_frame_actual()
[all...]
H A Dquic_cfq.c21 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()
247 item->frame_type = frame_type; in ossl_quic_cfq_add_frame()
233 ossl_quic_cfq_add_frame(QUIC_CFQ * cfq,uint32_t priority,uint32_t pn_space,uint64_t frame_type,uint32_t flags,const unsigned char * encoded,size_t encoded_len,cfq_free_cb * free_cb,void * free_cb_arg) ossl_quic_cfq_add_frame() argument
H A Dquic_txp.c422 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()
1536 switch (frame_type) { in txp_should_try_staging()
1636 static void on_regen_notify(uint64_t frame_type, uint64_t stream_id, in get_sstream_by_id()
1641 switch (frame_type) {
1783 static void on_confirm_notify(uint64_t frame_type, uint64_t stream_id, in txp_pkt_postgen_update_pkt_overhead()
1788 switch (frame_type) { in txp_pkt_postgen_update_pkt_overhead()
1980 pf->frame_type = 0; in txp_generate_pre_token()
2791 uint64_t frame_type in txp_generate_for_el()
1540 uint64_t frame_type = ossl_quic_cfq_item_get_frame_type(cfq_item); txp_should_try_staging() local
1642 on_regen_notify(uint64_t frame_type,uint64_t stream_id,QUIC_TXPIM_PKT * pkt,void * arg) on_regen_notify() argument
1795 on_confirm_notify(uint64_t frame_type,uint64_t stream_id,QUIC_TXPIM_PKT * pkt,void * arg) on_confirm_notify() argument
2806 uint64_t frame_type = ossl_quic_cfq_item_get_frame_type(cfq_item); txp_generate_for_el() local
[all...]
H A Dquic_channel.c3096 dst->frame_type = src->frame_type; in ossl_quic_channel_on_handshake_confirmed()
3160 f.frame_type = ch->terminate_cause.frame_type; in copy_tcause()
3221 tcause.frame_type = f->frame_type; in ch_start_terminating()
3453 uint64_t frame_type, in ch_save_err_state()
3486 if (frame_type != 0) { in ossl_quic_channel_raise_net_error()
3487 ft_str = ossl_quic_frame_type_to_string(frame_type); in ossl_quic_channel_raise_net_error()
3499 (unsigned long long)frame_type,
3513 ossl_quic_channel_raise_protocol_error_loc(QUIC_CHANNEL * ch,uint64_t error_code,uint64_t frame_type,const char * reason,ERR_STATE * err_state,const char * src_file,int src_line,const char * src_func) ossl_quic_channel_raise_protocol_error_loc() argument
[all...]
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
/freebsd/sys/arm64/arm64/
H A Ddb_trace.c71 int frame_type; in db_stack_trace_cmd()
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()
64 int frame_type; db_stack_trace_cmd() local
/freebsd/sys/i386/i386/
H A Ddb_trace.c261 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 …]
/freebsd/sys/amd64/amd64/
H A Ddb_trace.c142 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()
/freebsd/crypto/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.h146 uint64_t frame_type; member
244 uint64_t frame_type,
251 #define ossl_quic_channel_raise_protocol_error(ch, error_code, frame_type, reason) \
253 (frame_type), \
260 #define ossl_quic_channel_raise_protocol_error_state(ch, error_code, frame_type, reason, state) \
262 (frame_type), \
252 ossl_quic_channel_raise_protocol_error(ch,error_code,frame_type,reason) global() argument
261 ossl_quic_channel_raise_protocol_error_state(ch,error_code,frame_type,reason,state) global() argument
H A Dquic_wire.h78 const char *ossl_quic_frame_type_to_string(uint64_t frame_type);
81 ossl_quic_frame_type_is_ack_eliciting(uint64_t frame_type)
83 switch (frame_type) {
209 uint64_t frame_type; /* transport errors only */
93 ossl_quic_frame_type_is_ack_eliciting(uint64_t frame_type) ossl_quic_frame_type_is_ack_eliciting() argument
221 uint64_t frame_type; /* transport errors only */ global() member
H A Dquic_cfq.h94 * The frame type is duplicated as the frame_type argument here, even though it
105 uint64_t frame_type,
/freebsd/sys/cam/scsi/
H A Dsmp_all.h132 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 Dsmp_all.c507 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()
/freebsd/crypto/openssl/test/
H A Dquic_fifd_test.c36 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()
42 regen_frame_p(frame_type, stream_id, pkt, arg);
45 static void confirm_frame(uint64_t frame_type, uint64_t stream_id, in confirm_frame()
89 static void regen_expect(uint64_t frame_type, uint64_t stream_id, in regen_expect()
92 regen_frame_type[regen_count] = frame_type;
37 regen_frame(uint64_t frame_type,uint64_t stream_id,QUIC_TXPIM_PKT * pkt,void * arg) regen_frame() argument
43 confirm_frame(uint64_t frame_type,uint64_t stream_id,QUIC_TXPIM_PKT * pkt,void * arg) confirm_frame() argument
85 regen_expect(uint64_t frame_type,uint64_t stream_id,QUIC_TXPIM_PKT * pkt,void * arg) regen_expect() argument
H A Dquic_txp_test.c75 uint64_t frame_type;
304 #define OP_EXPECT_FRAME(frame_type) \
305 { OPK_EXPECT_FRAME, (frame_type) },
1107 f.frame_type = OSSL_QUIC_FRAME_TYPE_HANDSHAKE_DONE; in check_14()
1120 || !TEST_uint64_t_eq(h->frame.conn_close.frame_type,
1304 uint64_t frame_type; in run_script()
1306 if (!ossl_quic_wire_peek_frame_header(&h->pkt, &frame_type, NULL)) in run_script()
1309 if (frame_type == OSSL_QUIC_FRAME_TYPE_PADDING) in run_script()
1351 h.frame_type = UINT64_MAX; in run_script()
1357 h.frame_type in run_script()
61 uint64_t frame_type; global() member
290 OP_EXPECT_FRAME(frame_type) global() argument
1290 uint64_t frame_type; skip_padding() local
[all...]
/freebsd/crypto/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
/freebsd/contrib/tcpdump/
H A Dprint-802_15_4.c1797 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()
/freebsd/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h50 int frame_type(struct ieee80211_frame *wh, int type, int stype);
/freebsd/sys/dev/isci/scil/
H A Dscu_task_context.h308 U32 frame_type : 8; member
376 U32 frame_type : 8; member
/freebsd/tools/tools/net80211/w00t/prga/
H A Dprga.c174 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()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_atheros.c1398 u32 freq, frame_type; in fetch_pending_big_events() local
1423 if (data_len < sizeof(freq) + sizeof(frame_type) + 24) { in fetch_pending_big_events()
1428 os_memcpy(&frame_type, &tbuf[sizeof(freq)], in fetch_pending_big_events()
1429 sizeof(frame_type)); in fetch_pending_big_events()
1430 mgmt = (void *) &tbuf[sizeof(freq) + sizeof(frame_type)]; in fetch_pending_big_events()
1431 data_len -= sizeof(freq) + sizeof(frame_type); in fetch_pending_big_events()
1433 if (frame_type == IEEE80211_EV_RX_MGMT) { in fetch_pending_big_events()
1448 } else if (frame_type == IEEE80211_EV_P2P_SEND_ACTION_CB) { in fetch_pending_big_events()
1451 __func__, frame_type, data_len); in fetch_pending_big_events()
1455 __func__, frame_type); in fetch_pending_big_events()

123