Searched refs:cmp_pkt_hdr (Results 1 – 3 of 3) sorted by relevance
/openssl/test/ |
H A D | quic_record_test_util.h | 13 static int cmp_pkt_hdr(const QUIC_PKT_HDR *a, const QUIC_PKT_HDR *b, in cmp_pkt_hdr() function
|
H A D | quic_record_test.c | 1871 if (!TEST_true(cmp_pkt_hdr(pkt->hdr, op->hdr, in rx_run_script() 2816 if (!TEST_true(cmp_pkt_hdr(&hdr, &t->hdr, t->payload, t->payload_len, 1))) in test_wire_pkt_hdr_actual()
|
H A D | quic_txp_test.c | 1352 if (!TEST_true(cmp_pkt_hdr(h.qrx_pkt->hdr, op->buf, in run_script()
|
Completed in 18 milliseconds