Lines Matching refs:hdr
42 const QUIC_PKT_HDR *hdr; member
1864 if (!TEST_ptr(pkt) || !TEST_ptr(pkt->hdr)) in rx_run_script()
1867 if (!TEST_mem_eq(pkt->hdr->data, pkt->hdr->len, in rx_run_script()
1871 if (!TEST_true(cmp_pkt_hdr(pkt->hdr, op->hdr, in rx_run_script()
1944 QUIC_PKT_HDR hdr; member
2755 QUIC_PKT_HDR hdr = {0}; in test_wire_pkt_hdr_actual() local
2771 && t->hdr.type == QUIC_PKT_TYPE_VERSION_NEG in test_wire_pkt_hdr_actual()
2811 0, 0, &hdr, &ptrs), in test_wire_pkt_hdr_actual()
2816 if (!TEST_true(cmp_pkt_hdr(&hdr, &t->hdr, t->payload, t->payload_len, 1))) in test_wire_pkt_hdr_actual()
2838 if (!TEST_true(ossl_quic_wire_encode_pkt_hdr(&wpkt, t->short_conn_id_len, &hdr, &wptrs))) in test_wire_pkt_hdr_actual()
2883 rej_mask = (t->hdr.type == QUIC_PKT_TYPE_1RTT) ? ~0x1f : ~0xf; in test_wire_pkt_hdr_actual()
2884 } else if (i >= t->pn_offset && i < t->pn_offset + t->hdr.pn_len) { in test_wire_pkt_hdr_actual()
3645 = ossl_quic_pkt_type_to_enc_level(op->pkt->hdr->type); in tx_run_script()