Lines Matching refs:WPACKET
238 int ossl_quic_wire_encode_padding(WPACKET *pkt, size_t num_bytes);
244 int ossl_quic_wire_encode_frame_ping(WPACKET *pkt);
260 int ossl_quic_wire_encode_frame_ack(WPACKET *pkt,
268 int ossl_quic_wire_encode_frame_reset_stream(WPACKET *pkt,
275 int ossl_quic_wire_encode_frame_stop_sending(WPACKET *pkt,
284 int ossl_quic_wire_encode_frame_crypto_hdr(WPACKET *hdr,
302 void *ossl_quic_wire_encode_frame_crypto(WPACKET *pkt,
308 int ossl_quic_wire_encode_frame_new_token(WPACKET *pkt,
327 int ossl_quic_wire_encode_frame_stream_hdr(WPACKET *pkt,
347 void *ossl_quic_wire_encode_frame_stream(WPACKET *pkt,
353 int ossl_quic_wire_encode_frame_max_data(WPACKET *pkt,
359 int ossl_quic_wire_encode_frame_max_stream_data(WPACKET *pkt,
370 int ossl_quic_wire_encode_frame_max_streams(WPACKET *pkt,
377 int ossl_quic_wire_encode_frame_data_blocked(WPACKET *pkt,
383 int ossl_quic_wire_encode_frame_stream_data_blocked(WPACKET *pkt,
393 int ossl_quic_wire_encode_frame_streams_blocked(WPACKET *pkt,
404 int ossl_quic_wire_encode_frame_new_conn_id(WPACKET *pkt,
410 int ossl_quic_wire_encode_frame_retire_conn_id(WPACKET *pkt,
416 int ossl_quic_wire_encode_frame_path_challenge(WPACKET *pkt,
422 int ossl_quic_wire_encode_frame_path_response(WPACKET *pkt,
434 int ossl_quic_wire_encode_frame_conn_close(WPACKET *pkt,
441 int ossl_quic_wire_encode_frame_handshake_done(WPACKET *pkt);
453 unsigned char *ossl_quic_wire_encode_transport_param_bytes(WPACKET *pkt,
462 int ossl_quic_wire_encode_transport_param_int(WPACKET *pkt,
470 int ossl_quic_wire_encode_transport_param_cid(WPACKET *wpkt,