unbound  0.1
Data Fields
mesh_reply Struct Reference

Reply to a client. More...

#include <mesh.h>

Data Fields

struct mesh_replynext
 next in reply list
 
struct comm_reply query_reply
 the query reply destination, packet buffer and where to send. More...
 
struct edns_data edns
 edns data from query
 
struct timeval start_time
 the time when request was entered
 
uint16_t qid
 id of query, in network byteorder. More...
 
uint16_t qflags
 flags of query, for reply flags
 
uint8_t * qname
 qname from this query. More...
 
struct local_rrsetlocal_alias
 same as that in query_info. More...
 

Detailed Description

Reply to a client.

Field Documentation

◆ query_reply

struct comm_reply mesh_reply::query_reply

the query reply destination, packet buffer and where to send.

Referenced by mesh_query_done(), mesh_state_add_reply(), and mesh_state_cleanup().

◆ qid

uint16_t mesh_reply::qid

id of query, in network byteorder.

Referenced by mesh_state_add_reply().

◆ qname

uint8_t* mesh_reply::qname

qname from this query.

len same as mesh qinfo.

Referenced by mesh_query_done(), and mesh_state_add_reply().

◆ local_alias

struct local_rrset* mesh_reply::local_alias

same as that in query_info.

Referenced by mesh_query_done(), and mesh_state_add_reply().


The documentation for this struct was generated from the following file: