Searched refs:pkt_type (Results 1 – 6 of 6) sorted by relevance
35 ossl_quic_pkt_type_to_enc_level(uint32_t pkt_type) in ossl_quic_pkt_type_to_enc_level() argument37 switch (pkt_type) { in ossl_quic_pkt_type_to_enc_level()70 ossl_quic_pkt_type_is_encrypted(uint32_t pkt_type) in ossl_quic_pkt_type_is_encrypted() argument72 switch (pkt_type) { in ossl_quic_pkt_type_is_encrypted()83 ossl_quic_pkt_type_has_pn(uint32_t pkt_type) in ossl_quic_pkt_type_has_pn() argument111 ossl_quic_pkt_type_must_be_last(uint32_t pkt_type) in ossl_quic_pkt_type_must_be_last() argument118 || pkt_type == QUIC_PKT_TYPE_1RTT; in ossl_quic_pkt_type_must_be_last()125 ossl_quic_pkt_type_has_version(uint32_t pkt_type) in ossl_quic_pkt_type_has_version() argument127 return pkt_type != QUIC_PKT_TYPE_1RTT && pkt_type != QUIC_PKT_TYPE_VERSION_NEG; in ossl_quic_pkt_type_has_version()134 ossl_quic_pkt_type_has_scid(uint32_t pkt_type) in ossl_quic_pkt_type_has_scid() argument[all …]
37 unsigned char pkt_type; member
1049 uint32_t pkt_type = parent_pkt->hdr->type; in depack_process_frames() local1137 if (pkt_type != QUIC_PKT_TYPE_0RTT in depack_process_frames()1151 if (pkt_type != QUIC_PKT_TYPE_0RTT in depack_process_frames()1197 if (pkt_type != QUIC_PKT_TYPE_0RTT in depack_process_frames()1212 if (pkt_type != QUIC_PKT_TYPE_0RTT in depack_process_frames()1225 if (pkt_type != QUIC_PKT_TYPE_0RTT in depack_process_frames()1240 if (pkt_type != QUIC_PKT_TYPE_0RTT in depack_process_frames()1255 if (pkt_type != QUIC_PKT_TYPE_0RTT in depack_process_frames()1268 if (pkt_type != QUIC_PKT_TYPE_0RTT in depack_process_frames()1283 if (pkt_type != QUIC_PKT_TYPE_0RTT in depack_process_frames()[all …]
151 static const char *quic_pkt_type_to_qlog(uint32_t pkt_type) in quic_pkt_type_to_qlog() argument153 switch (pkt_type) { in quic_pkt_type_to_qlog()178 QLOG_STR("packet_type", quic_pkt_type_to_qlog(tpkt->pkt_type)); in ossl_qlog_event_recovery_packet_lost()179 if (ossl_quic_pkt_type_has_pn(tpkt->pkt_type)) in ossl_qlog_event_recovery_packet_lost()
2834 tpkt->pkt_type = pkt->phdr.type; in txp_generate_for_el()
5881 uint64_t pkt_type, frame_type, expected_err; member5939 s[i].arg1 = (size_t)forbidden_frame_types[idx].pkt_type; in test_dyn_frame_types()
Completed in 44 milliseconds