fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Functions
timeoutconn.c File Reference

socket read/write timeout handling; return code of iopause considered More...

#include "ndelay.h"
#include "socket_if.h"
#include "iopause.h"
#include "error.h"
#include "timeoutconn.h"
#include "ip.h"
Include dependency graph for timeoutconn.c:

Go to the source code of this file.

Functions

int timeoutconn4 (int s, char ip[4], uint16 port, unsigned int timeout)
 
int timeoutconn6 (int s, char ip[16], uint16 port, unsigned int timeout, uint32 netif)
 
int timeoutconn (int s, char ip[16], uint16 port, unsigned int timeout, uint32 netif)
 

Detailed Description

socket read/write timeout handling; return code of iopause considered

Authors
djb, fefe, feh qmail

Definition in file timeoutconn.c.

Function Documentation

◆ timeoutconn()

int timeoutconn ( int  s,
char  ip[16],
uint16  port,
unsigned int  timeout,
uint32  netif 
)

Definition at line 77 of file timeoutconn.c.

Here is the call graph for this function:

◆ timeoutconn4()

int timeoutconn4 ( int  s,
char  ip[4],
uint16  port,
unsigned int  timeout 
)

Definition at line 15 of file timeoutconn.c.

Here is the call graph for this function:

◆ timeoutconn6()

int timeoutconn6 ( int  s,
char  ip[16],
uint16  port,
unsigned int  timeout,
uint32  netif 
)

Definition at line 46 of file timeoutconn.c.

Here is the call graph for this function: