Searched refs:dst_conn_id_len (Results 1 – 1 of 1) sorted by relevance
278 unsigned int dst_conn_id_len, src_conn_id_len, raw_type; in ossl_quic_wire_decode_pkt_hdr() local290 if (!PACKET_get_1(pkt, &dst_conn_id_len) in ossl_quic_wire_decode_pkt_hdr()291 || dst_conn_id_len > QUIC_MAX_CONN_ID_LEN in ossl_quic_wire_decode_pkt_hdr()292 || !PACKET_copy_bytes(pkt, hdr->dst_conn_id.id, dst_conn_id_len) in ossl_quic_wire_decode_pkt_hdr()299 hdr->dst_conn_id.id_len = (unsigned char)dst_conn_id_len; in ossl_quic_wire_decode_pkt_hdr()
Completed in 5 milliseconds