Lines Matching refs:PACKET
498 int ossl_quic_wire_peek_frame_header(PACKET *pkt, uint64_t *type,
505 int ossl_quic_wire_skip_frame_header(PACKET *pkt, uint64_t *type);
515 int ossl_quic_wire_peek_frame_ack_num_ranges(const PACKET *pkt,
545 int ossl_quic_wire_decode_frame_ack(PACKET *pkt,
553 int ossl_quic_wire_decode_frame_reset_stream(PACKET *pkt,
559 int ossl_quic_wire_decode_frame_stop_sending(PACKET *pkt,
570 int ossl_quic_wire_decode_frame_crypto(PACKET *pkt, int nodata,
577 int ossl_quic_wire_decode_frame_new_token(PACKET *pkt,
610 int ossl_quic_wire_decode_frame_stream(PACKET *pkt, int nodata,
617 int ossl_quic_wire_decode_frame_max_data(PACKET *pkt,
624 int ossl_quic_wire_decode_frame_max_stream_data(PACKET *pkt,
635 int ossl_quic_wire_decode_frame_max_streams(PACKET *pkt,
642 int ossl_quic_wire_decode_frame_data_blocked(PACKET *pkt,
649 int ossl_quic_wire_decode_frame_stream_data_blocked(PACKET *pkt,
661 int ossl_quic_wire_decode_frame_streams_blocked(PACKET *pkt,
674 int ossl_quic_wire_decode_frame_new_conn_id(PACKET *pkt,
681 int ossl_quic_wire_decode_frame_retire_conn_id(PACKET *pkt,
687 int ossl_quic_wire_decode_frame_path_challenge(PACKET *pkt,
693 int ossl_quic_wire_decode_frame_path_response(PACKET *pkt,
709 int ossl_quic_wire_decode_frame_conn_close(PACKET *pkt,
717 size_t ossl_quic_wire_decode_padding(PACKET *pkt);
722 int ossl_quic_wire_decode_frame_ping(PACKET *pkt);
727 int ossl_quic_wire_decode_frame_handshake_done(PACKET *pkt);
733 int ossl_quic_wire_peek_transport_param(PACKET *pkt, uint64_t *id);
745 const unsigned char *ossl_quic_wire_decode_transport_param_bytes(PACKET *pkt,
755 int ossl_quic_wire_decode_transport_param_int(PACKET *pkt,
765 int ossl_quic_wire_decode_transport_param_cid(PACKET *pkt,
779 int ossl_quic_wire_decode_transport_param_preferred_addr(PACKET *pkt,