GNUnet 0.21.1
GNUNET_TUN_DnsHeader Struct Reference

DNS header. More...

#include <gnunet_tun_lib.h>

Collaboration diagram for GNUNET_TUN_DnsHeader:
[legend]

Data Fields

uint16_t id
 Unique identifier for the request/response. More...
 
struct GNUNET_TUN_DnsFlags flags
 Flags. More...
 
uint16_t query_count
 Number of queries. More...
 
uint16_t answer_rcount
 Number of answers. More...
 
uint16_t authority_rcount
 Number of authoritative answers. More...
 
uint16_t additional_rcount
 Number of additional records. More...
 

Detailed Description

DNS header.

Definition at line 455 of file gnunet_tun_lib.h.

Field Documentation

◆ id

uint16_t GNUNET_TUN_DnsHeader::id

◆ flags

struct GNUNET_TUN_DnsFlags GNUNET_TUN_DnsHeader::flags

Flags.

Definition at line 465 of file gnunet_tun_lib.h.

Referenced by GNUNET_DNSPARSER_pack(), and GNUNET_DNSPARSER_parse().

◆ query_count

uint16_t GNUNET_TUN_DnsHeader::query_count

Number of queries.

Definition at line 470 of file gnunet_tun_lib.h.

Referenced by GNUNET_DNSPARSER_pack(), and GNUNET_DNSPARSER_parse().

◆ answer_rcount

uint16_t GNUNET_TUN_DnsHeader::answer_rcount

Number of answers.

Definition at line 475 of file gnunet_tun_lib.h.

Referenced by GNUNET_DNSPARSER_pack(), and GNUNET_DNSPARSER_parse().

◆ authority_rcount

uint16_t GNUNET_TUN_DnsHeader::authority_rcount

Number of authoritative answers.

Definition at line 480 of file gnunet_tun_lib.h.

Referenced by GNUNET_DNSPARSER_pack(), and GNUNET_DNSPARSER_parse().

◆ additional_rcount

uint16_t GNUNET_TUN_DnsHeader::additional_rcount

Number of additional records.

Definition at line 485 of file gnunet_tun_lib.h.

Referenced by GNUNET_DNSPARSER_pack(), and GNUNET_DNSPARSER_parse().


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