djbdnscurve6 45
djbdnscurve6
Loading...
Searching...
No Matches
Macros | Functions | Variables
walldns.c File Reference
#include "byte.h"
#include "dns.h"
#include "dd.h"
#include "response.h"
Include dependency graph for walldns.c:

Go to the source code of this file.

Macros

#define WHO   = "walldns "
 

Functions

void init_server (void)
 
int respond (char *q, char qtype[2])
 

Variables

const char * fatal = "walldns"
 
const char * starting = "starting walldns"
 
int flagcurved
 

Macro Definition Documentation

◆ WHO

#define WHO   = "walldns "

Definition at line 6 of file walldns.c.

Function Documentation

◆ init_server()

void init_server ( void  )

Definition at line 11 of file walldns.c.

Here is the caller graph for this function:

◆ respond()

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

Definition at line 16 of file walldns.c.

Here is the call graph for this function:

Variable Documentation

◆ fatal

const char* fatal = "walldns"

Definition at line 7 of file walldns.c.

◆ flagcurved

int flagcurved

Definition at line 9 of file walldns.c.

◆ starting

const char* starting = "starting walldns"

Definition at line 8 of file walldns.c.