djbdnscurve6
38
djbdnscurve6
|
#include "uint_t.h"
Go to the source code of this file.
Macros | |
#define | RESPONSE_ANSWER 6 |
#define | RESPONSE_AUTHORITY 8 |
#define | RESPONSE_ADDITIONAL 10 |
Functions | |
int | response_query (const char *, const char *, const char *) |
void | response_nxdomain (void) |
void | response_servfail (void) |
void | response_id (const char *) |
void | response_tc (void) |
int | response_addbytes (const char *, unsigned int) |
int | response_addname (const char *) |
void | response_hidettl (void) |
int | response_rstart (const char *, const char *, uint32) |
void | response_rfinish (int) |
int | response_cname (const char *, const char *, uint32) |
Variables | |
char | response [] |
unsigned int | response_len |
unsigned int | max_response_len |
unsigned int | do_dnssec |
#define RESPONSE_ADDITIONAL 10 |
Definition at line 25 of file response.h.
#define RESPONSE_ANSWER 6 |
Definition at line 23 of file response.h.
#define RESPONSE_AUTHORITY 8 |
Definition at line 24 of file response.h.
int response_addbytes | ( | const char * | buf, |
unsigned int | len | ||
) |
Definition at line 17 of file response.c.
int response_addname | ( | const char * | d | ) |
Definition at line 25 of file response.c.
int response_cname | ( | const char * | c, |
const char * | d, | ||
uint32 | ttl | ||
) |
Definition at line 95 of file response.c.
void response_hidettl | ( | void | ) |
Definition at line 70 of file response.c.
void response_id | ( | const char * | ) |
void response_nxdomain | ( | void | ) |
Definition at line 103 of file response.c.
int response_query | ( | const char * | , |
const char * | , | ||
const char * | |||
) |
void response_rfinish | ( | int | x | ) |
Definition at line 89 of file response.c.
int response_rstart | ( | const char * | , |
const char * | , | ||
uint32 | |||
) |
void response_servfail | ( | void | ) |
Definition at line 109 of file response.c.
void response_tc | ( | void | ) |
|
extern |
Definition at line 9 of file response.c.
|
extern |
Definition at line 8 of file response.c.
|
extern |
Definition at line 6 of file response.c.
|
extern |
Definition at line 7 of file response.c.