Home
last modified time | relevance | path

Searched defs:ossl_quic_frame_stream_st (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dquic_wire.h168 typedef struct ossl_quic_frame_stream_st { struct
169 uint64_t stream_id; /* Stream ID */
170 uint64_t offset; /* Logical offset in stream */
171 uint64_t len; /* Length of data in bytes */
172 const unsigned char *data;
183 unsigned int has_explicit_len : 1;
186 unsigned int is_fin : 1;