Lines Matching defs:pkt

36 int ossl_quic_wire_encode_padding(WPACKET *pkt, size_t num_bytes)  in ossl_quic_wire_encode_padding()
45 static int encode_frame_hdr(WPACKET *pkt, uint64_t frame_type) in encode_frame_hdr()
50 int ossl_quic_wire_encode_frame_ping(WPACKET *pkt) in ossl_quic_wire_encode_frame_ping()
55 int ossl_quic_wire_encode_frame_ack(WPACKET *pkt, in ossl_quic_wire_encode_frame_ack()
103 int ossl_quic_wire_encode_frame_reset_stream(WPACKET *pkt, in ossl_quic_wire_encode_frame_reset_stream()
115 int ossl_quic_wire_encode_frame_stop_sending(WPACKET *pkt, in ossl_quic_wire_encode_frame_stop_sending()
126 int ossl_quic_wire_encode_frame_crypto_hdr(WPACKET *pkt, in ossl_quic_wire_encode_frame_crypto_hdr()
150 void *ossl_quic_wire_encode_frame_crypto(WPACKET *pkt, in ossl_quic_wire_encode_frame_crypto()
166 int ossl_quic_wire_encode_frame_new_token(WPACKET *pkt, in ossl_quic_wire_encode_frame_new_token()
178 int ossl_quic_wire_encode_frame_stream_hdr(WPACKET *pkt, in ossl_quic_wire_encode_frame_stream_hdr()
231 void *ossl_quic_wire_encode_frame_stream(WPACKET *pkt, in ossl_quic_wire_encode_frame_stream()
250 int ossl_quic_wire_encode_frame_max_data(WPACKET *pkt, in ossl_quic_wire_encode_frame_max_data()
260 int ossl_quic_wire_encode_frame_max_stream_data(WPACKET *pkt, in ossl_quic_wire_encode_frame_max_stream_data()
272 int ossl_quic_wire_encode_frame_max_streams(WPACKET *pkt, in ossl_quic_wire_encode_frame_max_streams()
284 int ossl_quic_wire_encode_frame_data_blocked(WPACKET *pkt, in ossl_quic_wire_encode_frame_data_blocked()
295 int ossl_quic_wire_encode_frame_stream_data_blocked(WPACKET *pkt, in ossl_quic_wire_encode_frame_stream_data_blocked()
307 int ossl_quic_wire_encode_frame_streams_blocked(WPACKET *pkt, in ossl_quic_wire_encode_frame_streams_blocked()
319 int ossl_quic_wire_encode_frame_new_conn_id(WPACKET *pkt, in ossl_quic_wire_encode_frame_new_conn_id()
338 int ossl_quic_wire_encode_frame_retire_conn_id(WPACKET *pkt, in ossl_quic_wire_encode_frame_retire_conn_id()
348 int ossl_quic_wire_encode_frame_path_challenge(WPACKET *pkt, in ossl_quic_wire_encode_frame_path_challenge()
358 int ossl_quic_wire_encode_frame_path_response(WPACKET *pkt, in ossl_quic_wire_encode_frame_path_response()
368 int ossl_quic_wire_encode_frame_conn_close(WPACKET *pkt, in ossl_quic_wire_encode_frame_conn_close()
390 int ossl_quic_wire_encode_frame_handshake_done(WPACKET *pkt) in ossl_quic_wire_encode_frame_handshake_done()
395 unsigned char *ossl_quic_wire_encode_transport_param_bytes(WPACKET *pkt, in ossl_quic_wire_encode_transport_param_bytes()
417 int ossl_quic_wire_encode_transport_param_int(WPACKET *pkt, in ossl_quic_wire_encode_transport_param_int()
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()
490 PACKET pkt = *orig_pkt; in ossl_quic_wire_peek_frame_ack_num_ranges() local
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()
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()