| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_impl.c | 3576 static int qc_getset_idle_timeout(QCTX *ctx, uint32_t class_, in qc_getset_idle_timeout() argument 3584 switch (class_) { in qc_getset_idle_timeout() 3620 value_out = (class_ == SSL_VALUE_CLASS_FEATURE_NEGOTIATED) in qc_getset_idle_timeout() 3641 static int qc_get_stream_avail(QCTX *ctx, uint32_t class_, in qc_get_stream_avail() argument 3647 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_get_stream_avail() 3688 static int qc_getset_event_handling(QCTX *ctx, uint32_t class_, in qc_getset_event_handling() argument 3697 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_getset_event_handling() 3731 static int qc_get_stream_write_buf_stat(QCTX *ctx, uint32_t class_, in qc_get_stream_write_buf_stat() argument 3740 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_get_stream_write_buf_stat() 3781 int ossl_quic_get_value_uint(SSL *s, uint32_t class_, uint32_t id, in ossl_quic_get_value_uint() argument [all …]
|
| /src/crypto/openssl/include/internal/ |
| H A D | quic_ssl.h | 116 __owur int ossl_quic_get_value_uint(SSL *s, uint32_t class_, uint32_t id, 118 __owur int ossl_quic_set_value_uint(SSL *s, uint32_t class_, uint32_t id,
|
| /src/sys/net/altq/ |
| H A D | altq_rmclass.c | 715 ifd->class_[i] = NULL; in rmc_init() 1091 ifd->class_[ifd->qi_] = cl; in _rmc_wrr_dequeue_next() 1197 ifd->class_[ifd->qi_] = cl; in _rmc_prr_dequeue_next() 1260 if ((cl = ifd->class_[ifd->qo_]) == NULL) in rmc_update_class_util() 1384 cl = ifd->class_[ifd->qo_]; in rmc_update_class_util() 1412 ifd->class_[ifd->qo_] = NULL; in rmc_update_class_util()
|
| H A D | altq_rmclass.h | 218 rm_class_t *class_[RM_MAXQUEUED]; /* class sending */ member
|
| /src/crypto/openssl/doc/man3/ |
| H A D | SSL_get_value_uint.pod | 33 int SSL_get_value_uint(SSL *ssl, uint32_t class_, uint32_t id, 35 int SSL_set_value_uint(SSL *ssl, uint32_t class_, uint32_t id,
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-concurrency.md | 358 * to *pipe_handle. class_ is a QUIC_CML_CLASS value. 368 int class_,
|
| /src/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 7955 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, in SSL_get_value_uint() argument 7960 return ossl_quic_get_value_uint(s, class_, id, value); in SSL_get_value_uint() 7967 int SSL_set_value_uint(SSL *s, uint32_t class_, uint32_t id, in SSL_set_value_uint() argument 7972 return ossl_quic_set_value_uint(s, class_, id, value); in SSL_set_value_uint()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 2496 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t *v); 2497 int SSL_set_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t v);
|
| H A D | ssl.h.in | 2449 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t *v); 2450 int SSL_set_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t v);
|