djbdnscurve6
38
djbdnscurve6
|
#include "byte.h"
#include "case.h"
#include "env.h"
#include "buffer.h"
#include "ip.h"
#include "uint_t.h"
#include "ndelay.h"
#include "socket_if.h"
#include "droproot.h"
#include "qlog.h"
#include "response.h"
#include "dns.h"
#include "alloc.h"
#include "str.h"
#include "edns0.h"
#include "logmsg.h"
Go to the source code of this file.
Functions | |
int | respond (char *, char *, char *) |
void | initialize (void) |
void | nomem () |
int | main () |
Variables | |
uint16 | dnsport = 53 |
char * | fatal |
char * | starting |
int | flagdualstack = 0 |
int | flagipv6anycast = 0 |
void initialize | ( | void | ) |
int respond | ( | char * | , |
char * | , | ||
char * | |||
) |