#include <stdio.h>
#include <openssl/objects.h>
#include "ssl_locl.h"
Go to the source code of this file.
int dtls1_check_timeout_num |
( |
SSL * |
s | ) |
|
long dtls1_ctrl |
( |
SSL * |
s, |
|
|
int |
cmd, |
|
|
long |
larg, |
|
|
void * |
parg |
|
) |
| |
long dtls1_default_timeout |
( |
void |
| ) |
|
void dtls1_double_timeout |
( |
SSL * |
s | ) |
|
const SSL_CIPHER* dtls1_get_cipher |
( |
unsigned int |
u | ) |
|
struct timeval* dtls1_get_timeout |
( |
SSL * |
s, |
|
|
struct timeval * |
timeleft |
|
) |
| |
|
read |
int dtls1_handle_timeout |
( |
SSL * |
s | ) |
|
int dtls1_is_timer_expired |
( |
SSL * |
s | ) |
|
int dtls1_listen |
( |
SSL * |
s, |
|
|
struct sockaddr * |
client |
|
) |
| |
const char dtls1_version_str[] ="DTLSv1" OPENSSL_VERSION_PTEXT |
Initial value:
Definition at line 73 of file d1_lib.c.