s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Macros | Functions | Variables
qmail-tcpto.c File Reference
#include <sys/socket.h>
#include <unistd.h>
#include "buffer.h"
#include "auto_qmail.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 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 [1024]
 
char tmp [FMT_ULONG+IPFMT]
 

Macro Definition Documentation

◆ WHO

#define WHO   "qmail-tcpto"

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

Function Documentation

◆ die()

void die ( int  n)

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

Here is the call graph for this function:

◆ die_chdir()

void die_chdir ( )

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

Here is the caller graph for this function:

◆ die_lock()

void die_lock ( )

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

Here is the caller graph for this function:

◆ die_open()

void die_open ( )

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

Here is the caller graph for this function:

◆ die_read()

void die_read ( void  )

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

Here is the caller graph for this function:

◆ main()

int main ( void  )

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

Here is the call graph for this function:

◆ warn()

void warn ( char *  s)

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

Variable Documentation

◆ tcpto_buf

char tcpto_buf[1024]

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

◆ tmp

char tmp[FMT_ULONG+IPFMT]

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