djbdnscurve6 45
djbdnscurve6
Loading...
Searching...
No Matches
Macros | Functions | Variables
response.h File Reference
#include "uint_t.h"
Include dependency graph for response.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ RESPONSE_ADDITIONAL

#define RESPONSE_ADDITIONAL   10

Definition at line 25 of file response.h.

◆ RESPONSE_ANSWER

#define RESPONSE_ANSWER   6

Definition at line 23 of file response.h.

◆ RESPONSE_AUTHORITY

#define RESPONSE_AUTHORITY   8

Definition at line 24 of file response.h.

Function Documentation

◆ response_addbytes()

int response_addbytes ( const char *  buf,
unsigned int  len 
)

Definition at line 17 of file response.c.

Here is the caller graph for this function:

◆ response_addname()

int response_addname ( const char *  d)

Definition at line 25 of file response.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ response_cname()

int response_cname ( const char *  c,
const char *  d,
uint32  ttl 
)

Definition at line 95 of file response.c.

Here is the call graph for this function:

◆ response_hidettl()

void response_hidettl ( void  )

Definition at line 70 of file response.c.

Here is the caller graph for this function:

◆ response_id()

void response_id ( const char *  )
Here is the caller graph for this function:

◆ response_nxdomain()

void response_nxdomain ( void  )

Definition at line 103 of file response.c.

◆ response_query()

int response_query ( const char *  ,
const char *  ,
const char *   
)
Here is the caller graph for this function:

◆ response_rfinish()

void response_rfinish ( int  x)

Definition at line 89 of file response.c.

Here is the caller graph for this function:

◆ response_rstart()

int response_rstart ( const char *  ,
const char *  ,
uint32   
)
Here is the caller graph for this function:

◆ response_servfail()

void response_servfail ( void  )

Definition at line 109 of file response.c.

◆ response_tc()

void response_tc ( void  )

Definition at line 119 of file response.c.

Here is the caller graph for this function:

Variable Documentation

◆ do_dnssec

unsigned int do_dnssec
extern

Definition at line 9 of file response.c.

◆ max_response_len

unsigned int max_response_len
extern

Definition at line 8 of file response.c.

◆ response

char response[]
extern

Definition at line 6 of file response.c.

◆ response_len

unsigned int response_len
extern

Definition at line 7 of file response.c.