Lines Matching refs:PACKET

448 int ossl_quic_wire_peek_frame_header(PACKET *pkt, uint64_t *type,  in ossl_quic_wire_peek_frame_header()
454 int ossl_quic_wire_skip_frame_header(PACKET *pkt, uint64_t *type) in ossl_quic_wire_skip_frame_header()
459 static int expect_frame_header_mask(PACKET *pkt, in expect_frame_header_mask()
476 static int expect_frame_header(PACKET *pkt, uint64_t expected_frame_type) in expect_frame_header()
487 int ossl_quic_wire_peek_frame_ack_num_ranges(const PACKET *orig_pkt, in ossl_quic_wire_peek_frame_ack_num_ranges()
490 PACKET pkt = *orig_pkt; in ossl_quic_wire_peek_frame_ack_num_ranges()
517 int ossl_quic_wire_decode_frame_ack(PACKET *pkt, in ossl_quic_wire_decode_frame_ack()
601 int ossl_quic_wire_decode_frame_reset_stream(PACKET *pkt, in ossl_quic_wire_decode_frame_reset_stream()
613 int ossl_quic_wire_decode_frame_stop_sending(PACKET *pkt, in ossl_quic_wire_decode_frame_stop_sending()
624 int ossl_quic_wire_decode_frame_crypto(PACKET *pkt, in ossl_quic_wire_decode_frame_crypto()
653 int ossl_quic_wire_decode_frame_new_token(PACKET *pkt, in ossl_quic_wire_decode_frame_new_token()
675 int ossl_quic_wire_decode_frame_stream(PACKET *pkt, in ossl_quic_wire_decode_frame_stream()
729 int ossl_quic_wire_decode_frame_max_data(PACKET *pkt, in ossl_quic_wire_decode_frame_max_data()
739 int ossl_quic_wire_decode_frame_max_stream_data(PACKET *pkt, in ossl_quic_wire_decode_frame_max_stream_data()
751 int ossl_quic_wire_decode_frame_max_streams(PACKET *pkt, in ossl_quic_wire_decode_frame_max_streams()
763 int ossl_quic_wire_decode_frame_data_blocked(PACKET *pkt, in ossl_quic_wire_decode_frame_data_blocked()
773 int ossl_quic_wire_decode_frame_stream_data_blocked(PACKET *pkt, in ossl_quic_wire_decode_frame_stream_data_blocked()
785 int ossl_quic_wire_decode_frame_streams_blocked(PACKET *pkt, in ossl_quic_wire_decode_frame_streams_blocked()
797 int ossl_quic_wire_decode_frame_new_conn_id(PACKET *pkt, in ossl_quic_wire_decode_frame_new_conn_id()
826 int ossl_quic_wire_decode_frame_retire_conn_id(PACKET *pkt, in ossl_quic_wire_decode_frame_retire_conn_id()
836 int ossl_quic_wire_decode_frame_path_challenge(PACKET *pkt, in ossl_quic_wire_decode_frame_path_challenge()
846 int ossl_quic_wire_decode_frame_path_response(PACKET *pkt, in ossl_quic_wire_decode_frame_path_response()
856 int ossl_quic_wire_decode_frame_conn_close(PACKET *pkt, in ossl_quic_wire_decode_frame_conn_close()
888 size_t ossl_quic_wire_decode_padding(PACKET *pkt) in ossl_quic_wire_decode_padding()
902 int ossl_quic_wire_decode_frame_ping(PACKET *pkt) in ossl_quic_wire_decode_frame_ping()
907 int ossl_quic_wire_decode_frame_handshake_done(PACKET *pkt) in ossl_quic_wire_decode_frame_handshake_done()
912 int ossl_quic_wire_peek_transport_param(PACKET *pkt, uint64_t *id) in ossl_quic_wire_peek_transport_param()
917 const unsigned char *ossl_quic_wire_decode_transport_param_bytes(PACKET *pkt, in ossl_quic_wire_decode_transport_param_bytes()
939 int ossl_quic_wire_decode_transport_param_int(PACKET *pkt, in ossl_quic_wire_decode_transport_param_int()
943 PACKET sub; in ossl_quic_wire_decode_transport_param_int()
959 int ossl_quic_wire_decode_transport_param_cid(PACKET *pkt, in ossl_quic_wire_decode_transport_param_cid()
975 int ossl_quic_wire_decode_transport_param_preferred_addr(PACKET *pkt, in ossl_quic_wire_decode_transport_param_preferred_addr()
981 PACKET pkt2; in ossl_quic_wire_decode_transport_param_preferred_addr()