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

Go to the source code of this file.

Macros

#define WHO   "dnsptr"
 

Functions

int main (int argc, char **argv)
 

Variables

stralloc out = {0}
 
char ip4 [4]
 
char ip6 [16]
 

Macro Definition Documentation

◆ WHO

#define WHO   "dnsptr"

Definition at line 11 of file dnsptr.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 17 of file dnsptr.c.

Here is the call graph for this function:

Variable Documentation

◆ ip4

char ip4[4]

Definition at line 14 of file dnsptr.c.

◆ ip6

char ip6[16]

Definition at line 15 of file dnsptr.c.

◆ out

stralloc out = {0}

Definition at line 13 of file dnsptr.c.