djbdnscurve6 45
djbdnscurve6
|
#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"
Go to the source code of this file.
Macros | |
#define | WHO "rbldns" |
Functions | |
int | respond (char *q, char qtype[2], char ip[16]) |
void | init_server (void) |
Variables | |
const char * | fatal = "rbldns" |
int | flagcurved |
const char * | starting = "starting rbldns " |
void init_server | ( | void | ) |
int respond | ( | char * | q, |
char | qtype[2], | ||
char | ip[16] | ||
) |