![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Functions | |
int | q_dgram_read (BIO *bio, char *dst, int bytesToRead) |
int | q_dgram_write (BIO *bio, const char *src, int bytesToWrite) |
int | q_dgram_puts (BIO *bio, const char *src) |
long | q_dgram_ctrl (BIO *bio, int cmd, long num, void *ptr) |
int | q_dgram_create (BIO *bio) |
int | q_dgram_destroy (BIO *bio) |
Variables | |
const char *const | qdtlsMethodName = "qdtlsbio" |
int dtlsbio::q_dgram_create | ( | BIO * | bio | ) |
Definition at line 536 of file qdtls_openssl.cpp.
References q_BIO_set_init().
long dtlsbio::q_dgram_ctrl | ( | BIO * | bio, |
int | cmd, | ||
long | num, | ||
void * | ptr ) |
Definition at line 336 of file qdtls_openssl.cpp.
References dtlsutil::defaultMtu, and dtlsopenssl::DtlsState::peeking.
int dtlsbio::q_dgram_destroy | ( | BIO * | bio | ) |
Definition at line 546 of file qdtls_openssl.cpp.
int dtlsbio::q_dgram_puts | ( | BIO * | bio, |
const char * | src ) |
Definition at line 326 of file qdtls_openssl.cpp.
int dtlsbio::q_dgram_read | ( | BIO * | bio, |
char * | dst, | ||
int | bytesToRead ) |
Definition at line 261 of file qdtls_openssl.cpp.
References dtlsopenssl::DtlsState::peeking.
int dtlsbio::q_dgram_write | ( | BIO * | bio, |
const char * | src, | ||
int | bytesToWrite ) |
Definition at line 291 of file qdtls_openssl.cpp.
References dtlsopenssl::DtlsState::udpSocket, and dtlsopenssl::DtlsState::writeSuppressed.
const char *const dtlsbio::qdtlsMethodName = "qdtlsbio" |
Definition at line 552 of file qdtls_openssl.cpp.