Searched refs:hdrin (Results 1 – 4 of 4) sorted by relevance
33 typedef int (*ossl_mutate_packet_cb)(const QUIC_PKT_HDR *hdrin,
788 static int packet_plain_mutate(const QUIC_PKT_HDR *hdrin, in packet_plain_mutate() argument816 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()
104 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
5015 static int script_74_alter_version(const QUIC_PKT_HDR *hdrin, in script_74_alter_version() argument5022 *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()