![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Include dependency graph for dtls_bio.c:Go to the source code of this file.
Functions | |
| static session_t * | bio_session (BIO *bio) |
| static int | bio_dtls_alloc (BIO *bio) |
| static int | bio_dtls_free (BIO *bio) |
| static int | bio_dtls_read (BIO *b, char *out, int outl) |
| static int | bio_dtls_write (BIO *b, const char *in, int inl) |
| static int | dtls_dgram_overhead (BIO *b) |
| static u16 | dtls_dgram_mss (BIO *b) |
| long | bio_dtls_ctrl (BIO *b, int cmd, long larg, void *parg) |
| BIO * | BIO_new_dtls (session_handle_t sh) |
|
static |
| long bio_dtls_ctrl | ( | BIO * | b, |
| int | cmd, | ||
| long | larg, | ||
| void * | parg | ||
| ) |
Definition at line 149 of file dtls_bio.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 39 of file dtls_bio.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 55 of file dtls_bio.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 91 of file dtls_bio.c.
Here is the call graph for this function:
Here is the caller graph for this function:| BIO* BIO_new_dtls | ( | session_handle_t | sh | ) |
Definition at line 195 of file dtls_bio.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 23 of file dtls_bio.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 138 of file dtls_bio.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 126 of file dtls_bio.c.
Here is the call graph for this function:
Here is the caller graph for this function: