![]() |
fehQlibs 28
Qlibs
|
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"
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) |
socket read/write timeout handling; return code of iopause considered
Definition in file timeoutconn.c.
| int timeoutconn4 | ( | int | s, |
| char | ip[4], | ||
| uint16 | port, | ||
| unsigned int | timeout ) |