Searched refs:first_dcid (Results 1 – 1 of 1) sorted by relevance
178 const QUIC_CONN_ID *first_dcid);306 const QUIC_CONN_ID *first_dcid, in qrx_validate_initial_pkt() argument725 const QUIC_CONN_ID *first_dcid) in qrx_validate_hdr_early() argument737 if (first_dcid != NULL && !ossl_quic_pkt_type_can_share_dgram(rxe->hdr.type)) in qrx_validate_hdr_early()744 if (first_dcid != NULL) { in qrx_validate_hdr_early()745 if (!ossl_assert(first_dcid->id_len < QUIC_MAX_CONN_ID_LEN) in qrx_validate_hdr_early()746 || !ossl_quic_conn_id_eq(first_dcid, in qrx_validate_hdr_early()1013 QUIC_CONN_ID *first_dcid, in qrx_process_pkt() argument1063 *first_dcid = rxe->hdr.dst_conn_id; in qrx_process_pkt()1070 || !qrx_validate_hdr_early(qrx, rxe, pkt_idx == 0 ? NULL : first_dcid)) in qrx_process_pkt()[all …]