djbdnscurve6  38
djbdnscurve6
Macros | Functions | Variables
rbldns.c File Reference
#include <unistd.h>
#include "str.h"
#include "byte.h"
#include "ip.h"
#include "open.h"
#include "env.h"
#include "cdbread.h"
#include "dns.h"
#include "dd.h"
#include "response.h"
#include "logmsg.h"
#include "uint_t.h"
#include "scan.h"
Include dependency graph for rbldns.c:

Go to the source code of this file.

Macros

#define WHO   "rbldns"
 

Functions

int respond (char *q, char qtype[2], char ip[16])
 
void initialize (void)
 

Variables

const char * fatal = "rbldns"
 
const char * starting = "starting rbldns "
 

Macro Definition Documentation

◆ WHO

#define WHO   "rbldns"

Definition at line 15 of file rbldns.c.

Function Documentation

◆ initialize()

void initialize ( void  )

Definition at line 161 of file rbldns.c.

Here is the call graph for this function:

◆ respond()

int respond ( char *  q,
char  qtype[2],
char  ip[16] 
)

Definition at line 145 of file rbldns.c.

Variable Documentation

◆ fatal

const char* fatal = "rbldns"

Definition at line 16 of file rbldns.c.

◆ starting

const char* starting = "starting rbldns "

Definition at line 159 of file rbldns.c.