djbdnscurve6 53
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

int flagcurved = 0
 
unsigned int flagedns0 = 0
 
unsigned int msgsize = MSGSIZE
 
const char * server = WHO
 
const char * starting = "starting walldns"
 

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 16 of file walldns.c.

Here is the caller graph for this function:

◆ respond()

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

Definition at line 21 of file walldns.c.

Here is the call graph for this function:

Variable Documentation

◆ flagcurved

int flagcurved = 0

Definition at line 8 of file walldns.c.

◆ flagedns0

unsigned int flagedns0 = 0

Definition at line 9 of file walldns.c.

◆ msgsize

unsigned int msgsize = MSGSIZE

Definition at line 10 of file walldns.c.

◆ server

const char* server = WHO

Definition at line 12 of file walldns.c.

◆ starting

const char* starting = "starting walldns"

Definition at line 14 of file walldns.c.