s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Functions
tls_timeoutio.h File Reference
#include <openssl/ssl.h>
Include dependency graph for tls_timeoutio.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ tls_timeoutaccept()

int tls_timeoutaccept ( int  t,
int  rfd,
int  wfd,
SSL *  tls 
)

Definition at line 45 of file tls_timeoutio.c.

Here is the call graph for this function:

◆ tls_timeoutconn()

int tls_timeoutconn ( int  t,
int  rfd,
int  wfd,
SSL *  tls 
)

Definition at line 59 of file tls_timeoutio.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ tls_timeoutio()

int tls_timeoutio ( int(*)()  fun,
int  t,
int  rfd,
int  wfd,
SSL *  tls,
char *  buf,
int  len 
)

Definition at line 10 of file tls_timeoutio.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ tls_timeoutread()

int tls_timeoutread ( int  t,
int  rfd,
int  wfd,
SSL *  tls,
char *  buf,
int  len 
)

Definition at line 88 of file tls_timeoutio.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ tls_timeoutwrite()

int tls_timeoutwrite ( int  t,
int  rfd,
int  wfd,
SSL *  tls,
char *  buf,
int  len 
)

Definition at line 95 of file tls_timeoutio.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ tsl_timeoutrehandshake()

int tsl_timeoutrehandshake ( int  t,
int  rfd,
int  wfd,
SSL *  tls 
)