Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_rx_depack.c63 uint64_t frame_type, in depack_do_frame_ack()
368 uint64_t frame_type, in depack_do_implicit_stream_create()
500 uint64_t frame_type, in depack_do_frame_stream()
732 uint64_t frame_type) in depack_do_frame_max_streams()
846 uint64_t frame_type) in depack_do_frame_streams_blocked()
1013 uint64_t frame_type) in depack_do_frame_conn_close()
1070 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.c187 static int frame_stream(BIO *bio, PACKET *pkt, uint64_t frame_type) in frame_stream()
402 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.c1540 uint64_t frame_type = ossl_quic_cfq_item_get_frame_type(cfq_item); in txp_should_try_staging() local
1642 static void on_regen_notify(uint64_t frame_type, uint64_t stream_id, in on_regen_notify()
1795 static void on_confirm_notify(uint64_t frame_type, uint64_t stream_id, in on_confirm_notify()
2806 uint64_t frame_type = ossl_quic_cfq_item_get_frame_type(cfq_item); in txp_generate_for_el() local
/freebsd/crypto/openssl/include/internal/
H A Dquic_channel.h146 uint64_t frame_type; member
252 #define ossl_quic_channel_raise_protocol_error(ch, error_code, frame_type, reason) \ argument
261 #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
/freebsd/crypto/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
289 #define OP_EXPECT_FRAME(frame_type) \ argument
1289 uint64_t frame_type; in skip_padding() local
H A Dquic_wire_test.c1618 uint64_t frame_type; in test_wire_minimal() local
/freebsd/sys/arm64/arm64/
H A Ddb_trace.c64 int frame_type; db_stack_trace_cmd() local
/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
/freebsd/sys/amd64/amd64/
H A Ddb_trace.c142 int frame_type; in db_nextframe() local
/freebsd/contrib/tcpdump/
H A Dprint-802_15_4.c1797 int frame_type; in ieee802_15_4_std_frames() local
2469 int frame_type; in ieee802_15_4_print() local
/freebsd/sys/i386/i386/
H A Ddb_trace.c261 int frame_type; in db_nextframe() local
/freebsd/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c354 int frame_type(struct ieee80211_frame *wh, int type, int stype) in frame_type() function
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c827 u_int32_t frame_type = 0x2; /* Frame Type -> Data; */ in ar9300_wow_create_keep_alive_pattern() local
/freebsd/sys/dev/isci/scil/
H A Dscu_task_context.h308 U32 frame_type : 8; member
376 U32 frame_type : 8; member
/freebsd/crypto/openssl/test/helpers/
H A Dquictestlib.c104 uint64_t frame_type; in noise_msg_callback() local
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c7954 u32 frame_type, size_t *bss_index, in hostapd_eid_mbssid_elem_len()
8034 size_t hostapd_eid_mbssid_len(struct hostapd_data *hapd, u32 frame_type, in hostapd_eid_mbssid_len()
8088 u32 frame_type, u8 max_bssid_indicator, in hostapd_eid_mbssid_elem()
H A Dwpa_auth.h29 u8 frame_type; /* RSN_REMOTE_FRAME_TYPE_FT_RRB */ member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c933 u8 frame_type, frame_subtype; in mt7603_mac_write_txwi() local
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_atheros.c1398 u32 freq, frame_type; in fetch_pending_big_events() local

12