VirtualBox

source: vbox/trunk/src/libs/openssl-3.3.2/include/internal/quic_predef.h@ 108403

最後變更 在這個檔案從108403是 108206,由 vboxsync 提交於 5 週 前

openssl-3.3.2: Exported all files to OSE and removed .scm-settings ​bugref:10757

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1.5 KB
 
1/*
2 * Copyright 2023 The OpenSSL Project Authors. All Rights Reserved.
3 *
4 * Licensed under the Apache License 2.0 (the "License"). You may not use
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
8 */
9
10#ifndef OSSL_QUIC_PREDEF_H
11# define OSSL_QUIC_PREDEF_H
12
13# ifndef OPENSSL_NO_QUIC
14
15typedef struct quic_port_st QUIC_PORT;
16typedef struct quic_channel_st QUIC_CHANNEL;
17typedef struct quic_tls_st QUIC_TLS;
18typedef struct quic_txpim_st QUIC_TXPIM;
19typedef struct quic_fifd_st QUIC_FIFD;
20typedef struct quic_cfq_st QUIC_CFQ;
21typedef struct ossl_quic_tx_packetiser_st OSSL_QUIC_TX_PACKETISER;
22typedef struct ossl_ackm_st OSSL_ACKM;
23typedef struct quic_srt_elem_st QUIC_SRT_ELEM;
24typedef struct ossl_cc_data_st OSSL_CC_DATA;
25typedef struct ossl_cc_method_st OSSL_CC_METHOD;
26typedef struct quic_stream_map_st QUIC_STREAM_MAP;
27typedef struct quic_stream_st QUIC_STREAM;
28typedef struct quic_sstream_st QUIC_SSTREAM;
29typedef struct quic_rstream_st QUIC_RSTREAM;
30typedef struct quic_reactor_st QUIC_REACTOR;
31typedef struct ossl_statm_st OSSL_STATM;
32typedef struct quic_demux_st QUIC_DEMUX;
33typedef struct ossl_qrx_pkt_st OSSL_QRX_PKT;
34typedef struct ossl_qtx_pkt_st OSSL_QTX_PKT;
35typedef struct quic_tick_result_st QUIC_TICK_RESULT;
36typedef struct quic_srtm_st QUIC_SRTM;
37typedef struct quic_lcidm_st QUIC_LCIDM;
38typedef struct quic_urxe_st QUIC_URXE;
39typedef struct quic_engine_st QUIC_ENGINE;
40
41# endif
42
43#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette