ossl_quic_wire_peek_frame_header
int ossl_quic_wire_peek_frame_header(PACKET *pkt, uint64_t *type,
if (!ossl_quic_wire_peek_frame_header(pkt, &frame_type, NULL)) {
if (!ossl_quic_wire_peek_frame_header(pkt, &frame_type, &was_minimal)) {
if (!ossl_quic_wire_peek_frame_header(pkt, &frame_type, NULL))
|| !ossl_quic_wire_peek_frame_header(&pkt, &ftype, NULL)) {
if (!ossl_quic_wire_peek_frame_header(&pkt, &frame_type, NULL))
if (!TEST_true(ossl_quic_wire_peek_frame_header(&pkt, &frame_type,
if (!ossl_quic_wire_peek_frame_header(&h->pkt, &frame_type, NULL))
if (!ossl_quic_wire_peek_frame_header(&h.pkt, &h.frame_type, NULL)) {
if (!TEST_true(ossl_quic_wire_peek_frame_header(&pkt, &frame_type,
if (!TEST_int_eq(ossl_quic_wire_peek_frame_header(pkt, &frame_type_1,
if (!TEST_int_eq(ossl_quic_wire_peek_frame_header(pkt, &frame_type_2,
if (!TEST_int_eq(ossl_quic_wire_peek_frame_header(pkt, &frame_type_1,
if (!TEST_int_eq(ossl_quic_wire_peek_frame_header(pkt, &frame_type_2,