s/qmail 4.3.23
Next generation secure email transport
Loading...
Searching...
No Matches
tls_timeoutio.c File Reference
#include "select.h"
#include "error.h"
#include "ndelay.h"
#include "now.h"
#include "logmsg.h"
#include "ucspissl.h"
#include "tls_timeoutio.h"
Include dependency graph for tls_timeoutio.c:

Go to the source code of this file.

Functions

int tls_timeoutio (TLS_fun fun, int t, int rfd, int wfd, SSL *ssl, char *buf, int len)
int tls_timeoutaccept (int t, int rfd, int wfd, SSL *ssl)
int tls_timeoutconn (int t, int rfd, int wfd, SSL *ssl)
int tls_timeoutrehandshake (int t, int rfd, int wfd, SSL *ssl)
int tls_timeoutread (int t, int rfd, int wfd, SSL *ssl, char *buf, int len)
int tls_timeoutwrite (int t, int rfd, int wfd, SSL *ssl, char *buf, int len)

Function Documentation

◆ tls_timeoutaccept()

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

Definition at line 53 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 * ssl )

Definition at line 67 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 ( TLS_fun fun,
int t,
int rfd,
int wfd,
SSL * ssl,
char * buf,
int len )

Definition at line 19 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 * ssl,
char * buf,
int len )

Definition at line 96 of file tls_timeoutio.c.

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

◆ tls_timeoutrehandshake()

int tls_timeoutrehandshake ( int t,
int rfd,
int wfd,
SSL * ssl )

Definition at line 81 of file tls_timeoutio.c.

Here is the call graph for this function:

◆ tls_timeoutwrite()

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

Definition at line 103 of file tls_timeoutio.c.

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