s/qmail  3.3.23
Next generation secure email transport
Functions
timeoutconn.c File Reference
#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"
Include dependency graph for timeoutconn.c:

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)
 

Function Documentation

◆ timeoutconn()

int timeoutconn ( int  s,
struct ip_address ip,
unsigned int  port,
int  timeout 
)

Definition at line 15 of file timeoutconn.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ timeoutconn46()

int timeoutconn46 ( int  fd,
struct ip_mx ix,
int  port,
int  timeout 
)

Definition at line 102 of file timeoutconn.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ timeoutconn6()

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

Definition at line 59 of file timeoutconn.c.

Here is the caller graph for this function: