Home
last modified time | relevance | path

Searched refs:hdrin (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dquic_record_tx.h33 typedef int (*ossl_mutate_packet_cb)(const QUIC_PKT_HDR *hdrin,
/freebsd/crypto/openssl/test/helpers/
H A Dquictestlib.c788 static int packet_plain_mutate(const QUIC_PKT_HDR *hdrin, in packet_plain_mutate() argument
816 grow_allowance -= hdrin->dst_conn_id.id_len; in packet_plain_mutate()
817 grow_allowance -= hdrin->src_conn_id.id_len; in packet_plain_mutate()
835 fault->pplainhdr = *hdrin; in packet_plain_mutate()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-fault-injector.md104 typedef int (*ossl_mutate_packet_cb)(const QUIC_PKT_HDR *hdrin,
119 been applied to it. The header for the packet will be pointed to by `hdrin` and
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c5015 static int script_74_alter_version(const QUIC_PKT_HDR *hdrin, in script_74_alter_version() argument
5022 *hdrout = OPENSSL_memdup(hdrin, sizeof(QUIC_PKT_HDR)); in script_74_alter_version()
5031 if (hdrin->type == QUIC_PKT_TYPE_INITIAL) in script_74_alter_version()