#include "dns.h"
#include "byte.h"
#include "uint_t.h"
#include "response.h"
Go to the source code of this file.
◆ NAMES
◆ response_addbytes()
int response_addbytes |
( |
const char * |
buf, |
|
|
unsigned int |
len |
|
) |
| |
◆ response_addname()
int response_addname |
( |
const char * |
d | ) |
|
◆ response_cname()
int response_cname |
( |
const char * |
c, |
|
|
const char * |
d, |
|
|
uint32 |
ttl |
|
) |
| |
◆ response_hidettl()
void response_hidettl |
( |
void |
| ) |
|
◆ response_id()
void response_id |
( |
const char |
id[2] | ) |
|
◆ response_nxdomain()
void response_nxdomain |
( |
void |
| ) |
|
◆ response_query()
int response_query |
( |
const char * |
q, |
|
|
const char |
qtype[2], |
|
|
const char |
qclass[2] |
|
) |
| |
◆ response_rfinish()
void response_rfinish |
( |
int |
x | ) |
|
◆ response_rstart()
int response_rstart |
( |
const char * |
d, |
|
|
const char |
type[2], |
|
|
uint32 |
ttl |
|
) |
| |
◆ response_servfail()
void response_servfail |
( |
void |
| ) |
|
◆ response_tc()
void response_tc |
( |
void |
| ) |
|
◆ do_dnssec
unsigned int do_dnssec = 0 |
◆ max_response_len
unsigned int max_response_len |
◆ response
◆ response_len
unsigned int response_len = 0 |