s/qmail 4.3.21
Next generation secure email transport
Loading...
Searching...
No Matches
tcpto.c File Reference
#include <sys/socket.h>
#include <unistd.h>
#include "tcpto.h"
#include "open.h"
#include "lock.h"
#include "seek.h"
#include "now.h"
#include "ip.h"
#include "ipalloc.h"
#include "byte.h"
#include "datetime.h"
#include "qmail.h"
#include "auto_qmail.h"
#include "auto_queue.h"
Include dependency graph for tcpto.c:

Go to the source code of this file.

Functions

void die_home ()
void die_queue ()
int tcpto (struct ip_mx *ix)
void tcpto_err (struct ip_mx *ix, int flagerr)

Variables

char tcpto_buf [BUFSIZE_LINE]

Function Documentation

◆ die_home()

void die_home ( )

Definition at line 21 of file tcpto.c.

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

◆ die_queue()

void die_queue ( )

Definition at line 22 of file tcpto.c.

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

◆ tcpto()

int tcpto ( struct ip_mx * ix)

Definition at line 42 of file tcpto.c.

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

◆ tcpto_err()

void tcpto_err ( struct ip_mx * ix,
int flagerr )

Definition at line 82 of file tcpto.c.

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

Variable Documentation

◆ tcpto_buf

char tcpto_buf[BUFSIZE_LINE]

Definition at line 16 of file tcpto.c.