GNUnet 0.21.0
GNUNET_DNS_Response Struct Reference

Message from client to DNS service: here is my reply. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/dns/dns.h>

Collaboration diagram for GNUNET_DNS_Response:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Header of type GNUNET_MESSAGE_TYPE_DNS_CLIENT_RESPONSE. More...
 
uint32_t drop_flag
 Zero to drop, 1 for no change (no payload), 2 for update (message has payload). More...
 
uint64_t request_id
 Unique request ID. More...
 

Detailed Description

Message from client to DNS service: here is my reply.

Definition at line 76 of file dns.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_DNS_Response::header

Header of type GNUNET_MESSAGE_TYPE_DNS_CLIENT_RESPONSE.

Definition at line 81 of file dns.h.

Referenced by handle_client_response().

◆ drop_flag

uint32_t GNUNET_DNS_Response::drop_flag

Zero to drop, 1 for no change (no payload), 2 for update (message has payload).

Definition at line 86 of file dns.h.

Referenced by GNUNET_DNS_request_answer(), GNUNET_DNS_request_drop(), GNUNET_DNS_request_forward(), and handle_client_response().

◆ request_id

uint64_t GNUNET_DNS_Response::request_id

Unique request ID.

Definition at line 91 of file dns.h.

Referenced by GNUNET_DNS_request_answer(), GNUNET_DNS_request_drop(), GNUNET_DNS_request_forward(), and handle_client_response().


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