Searched refs:client_hdr (Results 1 – 2 of 2) sorted by relevance
1107 QUIC_PKT_HDR *client_hdr) in port_send_retry() argument1131 hdr.dst_conn_id = client_hdr->src_conn_id; in port_send_retry()1144 if (!generate_token(peer, client_hdr->dst_conn_id, in port_send_retry()1155 hdr.dst_conn_id = client_hdr->src_conn_id; in port_send_retry()1163 &client_hdr->dst_conn_id, in port_send_retry()1181 ok = ossl_quic_wire_encode_pkt_hdr(&wpkt, client_hdr->dst_conn_id.id_len, in port_send_retry()1224 QUIC_PKT_HDR *client_hdr) in port_send_version_negotiation() argument1238 hdr.dst_conn_id = client_hdr->src_conn_id; in port_send_version_negotiation()1239 hdr.src_conn_id = client_hdr->dst_conn_id; in port_send_version_negotiation()1267 if (!ossl_quic_wire_encode_pkt_hdr(&wpkt, client_hdr->dst_conn_id.id_len, in port_send_version_negotiation()
68 struct client_hdr { struct