s/qmail 4.3.21
Next generation secure email transport
Loading...
Searching...
No Matches
qmail-tcpto.c File Reference
#include <sys/socket.h>
#include <unistd.h>
#include "buffer.h"
#include "auto_queue.h"
#include "fmt.h"
#include "ip.h"
#include "lock.h"
#include "error.h"
#include "exit.h"
#include "datetime.h"
#include "now.h"
#include "stralloc.h"
#include "open.h"
#include "logmsg.h"
#include "qmail.h"
Include dependency graph for qmail-tcpto.c:

Go to the source code of this file.

Macros

#define WHO   "qmail-tcpto"

Functions

void die (int n)
void warn (char *s)
void die_chdir ()
void die_open ()
void die_lock ()
void die_read ()
int main (void)

Variables

char tcpto_buf [BUFSIZE_LINE]
char tmp [FMT_ULONG+IPFMT]

Macro Definition Documentation

◆ WHO

#define WHO   "qmail-tcpto"

Definition at line 19 of file qmail-tcpto.c.

Function Documentation

◆ die()

void die ( int n)

Definition at line 21 of file qmail-tcpto.c.

Here is the call graph for this function:

◆ die_chdir()

void die_chdir ( )

Definition at line 33 of file qmail-tcpto.c.

Here is the caller graph for this function:

◆ die_lock()

void die_lock ( )

Definition at line 35 of file qmail-tcpto.c.

Here is the caller graph for this function:

◆ die_open()

void die_open ( )

Definition at line 34 of file qmail-tcpto.c.

Here is the caller graph for this function:

◆ die_read()

void die_read ( void )

Definition at line 36 of file qmail-tcpto.c.

Here is the caller graph for this function:

◆ main()

int main ( void )

Definition at line 42 of file qmail-tcpto.c.

Here is the call graph for this function:

◆ warn()

void warn ( char * s)

Definition at line 23 of file qmail-tcpto.c.

Variable Documentation

◆ tcpto_buf

char tcpto_buf[BUFSIZE_LINE]

Definition at line 38 of file qmail-tcpto.c.

◆ tmp

char tmp[FMT_ULONG+IPFMT]

Definition at line 40 of file qmail-tcpto.c.