![]() |
s/qmail
3.3.23
Next generation secure email transport
|
#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include "ndelay.h"#include "select.h"#include "error.h"#include "readwrite.h"#include "ip.h"#include "ipalloc.h"#include "byte.h"#include "timeoutconn.h"#include "socket6_if.h"
Go to the source code of this file.
Functions | |
| int | timeoutconn (int s, struct ip_address *ip, unsigned int port, int timeout) |
| int | timeoutconn6 (int s, struct ip6_address *ip, unsigned int port, int timeout, char *ifname) |
| int | timeoutconn46 (int fd, struct ip_mx *ix, int port, int timeout) |
| int timeoutconn | ( | int | s, |
| struct ip_address * | ip, | ||
| unsigned int | port, | ||
| int | timeout | ||
| ) |
Definition at line 15 of file timeoutconn.c.


| int timeoutconn46 | ( | int | fd, |
| struct ip_mx * | ix, | ||
| int | port, | ||
| int | timeout | ||
| ) |
Definition at line 102 of file timeoutconn.c.


| int timeoutconn6 | ( | int | s, |
| struct ip6_address * | ip, | ||
| unsigned int | port, | ||
| int | timeout, | ||
| char * | ifname | ||
| ) |
1.8.13