ucspi-ssl  0.99e
TLS encryption for IPv6 communication
Functions | Variables
error.h File Reference
#include <errno.h>
Include dependency graph for error.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

const char * error_str (int)
 
int error_temp (int)
 

Variables

int error_intr
 
int error_nomem
 
int error_noent
 
int error_txtbsy
 
int error_io
 
int error_exist
 
int error_timeout
 
int error_inprogress
 
int error_wouldblock
 
int error_again
 
int error_pipe
 
int error_perm
 
int error_acces
 
int error_nodevice
 
int error_proto
 
int error_isdir
 
int error_connrefused
 
int error_notdir
 
int error_rofs
 
int error_connreset
 

Function Documentation

◆ error_str()

const char* error_str ( int  )

Definition at line 8 of file error_str.c.

Here is the caller graph for this function:

◆ error_temp()

int error_temp ( int  )

Variable Documentation

◆ error_acces

int error_acces

Definition at line 92 of file error.c.

◆ error_again

int error_again

Definition at line 71 of file error.c.

◆ error_connrefused

int error_connrefused

Definition at line 120 of file error.c.

◆ error_connreset

int error_connreset

Definition at line 141 of file error.c.

◆ error_exist

int error_exist

Definition at line 43 of file error.c.

◆ error_inprogress

int error_inprogress

Definition at line 57 of file error.c.

◆ error_intr

int error_intr

Definition at line 8 of file error.c.

◆ error_io

int error_io

Definition at line 36 of file error.c.

◆ error_isdir

int error_isdir

Definition at line 113 of file error.c.

◆ error_nodevice

int error_nodevice

Definition at line 99 of file error.c.

◆ error_noent

int error_noent

Definition at line 22 of file error.c.

◆ error_nomem

int error_nomem

Definition at line 15 of file error.c.

◆ error_notdir

int error_notdir

Definition at line 127 of file error.c.

◆ error_perm

int error_perm

Definition at line 85 of file error.c.

◆ error_pipe

int error_pipe

Definition at line 78 of file error.c.

◆ error_proto

int error_proto

Definition at line 106 of file error.c.

◆ error_rofs

int error_rofs

Definition at line 134 of file error.c.

◆ error_timeout

int error_timeout

Definition at line 50 of file error.c.

◆ error_txtbsy

int error_txtbsy

Definition at line 29 of file error.c.

◆ error_wouldblock

int error_wouldblock

Definition at line 64 of file error.c.