#include "select.h"
#include "error.h"
#include "ndelay.h"
#include "now.h"
#include "logmsg.h"
#include "ucspissl.h"
#include "tls_timeoutio.h"
Go to the source code of this file.
|
int | tls_timeoutio (int(*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) |
◆ tls_timeoutaccept()
int tls_timeoutaccept |
( |
int | t, |
|
|
int | rfd, |
|
|
int | wfd, |
|
|
SSL * | ssl ) |
◆ tls_timeoutconn()
int tls_timeoutconn |
( |
int | t, |
|
|
int | rfd, |
|
|
int | wfd, |
|
|
SSL * | ssl ) |
◆ tls_timeoutio()
int tls_timeoutio |
( |
int(* | fun )(), |
|
|
int | t, |
|
|
int | rfd, |
|
|
int | wfd, |
|
|
SSL * | ssl, |
|
|
char * | buf, |
|
|
int | len ) |
◆ tls_timeoutread()
int tls_timeoutread |
( |
int | t, |
|
|
int | rfd, |
|
|
int | wfd, |
|
|
SSL * | ssl, |
|
|
char * | buf, |
|
|
int | len ) |
◆ tls_timeoutrehandshake()
int tls_timeoutrehandshake |
( |
int | t, |
|
|
int | rfd, |
|
|
int | wfd, |
|
|
SSL * | ssl ) |
◆ tls_timeoutwrite()
int tls_timeoutwrite |
( |
int | t, |
|
|
int | rfd, |
|
|
int | wfd, |
|
|
SSL * | ssl, |
|
|
char * | buf, |
|
|
int | len ) |