Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
dtlsbio Namespace Reference

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"

Function Documentation

◆ q_dgram_create()

int dtlsbio::q_dgram_create ( BIO * bio)

Definition at line 536 of file qdtls_openssl.cpp.

References q_BIO_set_init().

Here is the call graph for this function:

◆ q_dgram_ctrl()

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.

◆ q_dgram_destroy()

int dtlsbio::q_dgram_destroy ( BIO * bio)

Definition at line 546 of file qdtls_openssl.cpp.

◆ q_dgram_puts()

int dtlsbio::q_dgram_puts ( BIO * bio,
const char * src )

Definition at line 326 of file qdtls_openssl.cpp.

◆ q_dgram_read()

int dtlsbio::q_dgram_read ( BIO * bio,
char * dst,
int bytesToRead )

Definition at line 261 of file qdtls_openssl.cpp.

References dtlsopenssl::DtlsState::peeking.

◆ q_dgram_write()

int dtlsbio::q_dgram_write ( BIO * bio,
const char * src,
int bytesToWrite )

Variable Documentation

◆ qdtlsMethodName

const char *const dtlsbio::qdtlsMethodName = "qdtlsbio"

Definition at line 552 of file qdtls_openssl.cpp.