![]() |
s/qmail 4.3.20
Next generation secure email transport
|
#include <openssl/ssl.h>
Go to the source code of this file.
Functions | |
int | tls_timeoutconn (int t, int rfd, int wfd, SSL *tls) |
int | tls_timeoutaccept (int t, int rfd, int wfd, SSL *tls) |
int | tsl_timeoutrehandshake (int t, int rfd, int wfd, SSL *tls) |
int | tls_timeoutread (int t, int rfd, int wfd, SSL *tls, char *buf, int len) |
int | tls_timeoutwrite (int t, int rfd, int wfd, SSL *tls, char *buf, int len) |
int | tls_timeoutio (int(*fun)(), int t, int rfd, int wfd, SSL *tls, char *buf, int len) |
Definition at line 60 of file tls_timeoutio.c.
Definition at line 12 of file tls_timeoutio.c.
Definition at line 89 of file tls_timeoutio.c.
Definition at line 96 of file tls_timeoutio.c.