s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Macros | Functions | Variables
dnsip.c File Reference
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include "buffer.h"
#include "stralloc.h"
#include "dnsresolv.h"
#include "ip.h"
#include "exit.h"
#include "fmt.h"
#include "dns.h"
#include "logmsg.h"
Include dependency graph for dnsip.c:

Go to the source code of this file.

Macros

#define WHO   "dnsip"
 

Functions

int main (int argc, char **argv)
 

Variables

stralloc sa = {0}
 
stralloc out = {0}
 

Macro Definition Documentation

◆ WHO

#define WHO   "dnsip"

Definition at line 13 of file dnsip.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 18 of file dnsip.c.

Here is the call graph for this function:

Variable Documentation

◆ out

stralloc out = {0}

Definition at line 16 of file dnsip.c.

◆ sa

stralloc sa = {0}

Definition at line 15 of file dnsip.c.