Lines Matching refs:qrx_pkt
59 OSSL_QRX_PKT *qrx_pkt; member
84 ossl_qrx_pkt_release(h->qrx_pkt); in helper_cleanup()
85 h->qrx_pkt = NULL; in helper_cleanup()
1321 ossl_qrx_pkt_release(h.qrx_pkt); in run_script()
1322 h.qrx_pkt = NULL; in run_script()
1323 if (!TEST_true(ossl_qrx_read_pkt(h.qrx, &h.qrx_pkt))) in run_script()
1326 h.qrx_pkt->hdr->data, in run_script()
1327 h.qrx_pkt->hdr->len))) in run_script()
1333 if (!TEST_false(ossl_qrx_read_pkt(h.qrx, &h.qrx_pkt))) in run_script()
1338 if (!TEST_size_t_ge(h.qrx_pkt->datagram_len, (size_t)op->arg0) in run_script()
1339 || !TEST_size_t_le(h.qrx_pkt->datagram_len, (size_t)op->arg1)) in run_script()
1347 if (!TEST_mem_eq(h.qrx_pkt->hdr->token, h.qrx_pkt->hdr->token_len, in run_script()
1352 if (!TEST_true(cmp_pkt_hdr(h.qrx_pkt->hdr, op->buf, in run_script()
1644 return h->qrx_pkt->hdr->type == QUIC_PKT_TYPE_INITIAL; in check_is_initial()
1649 return h->qrx_pkt->hdr->type == QUIC_PKT_TYPE_HANDSHAKE; in check_is_handshake()