GNUnet 0.21.1
GNUNET_TUN_DnsQueryLine Struct Reference

DNS query prefix. More...

#include <gnunet_tun_lib.h>

Data Fields

uint16_t type
 Desired type (GNUNET_DNSPARSER_TYPE_XXX). More...
 
uint16_t dns_traffic_class
 Desired class (usually GNUNET_TUN_DNS_CLASS_INTERNET). More...
 

Detailed Description

DNS query prefix.

Definition at line 667 of file gnunet_tun_lib.h.

Field Documentation

◆ type

uint16_t GNUNET_TUN_DnsQueryLine::type

Desired type (GNUNET_DNSPARSER_TYPE_XXX).

(NBO)

Definition at line 672 of file gnunet_tun_lib.h.

Referenced by GNUNET_DNSPARSER_builder_add_query(), and GNUNET_DNSPARSER_parse_query().

◆ dns_traffic_class

uint16_t GNUNET_TUN_DnsQueryLine::dns_traffic_class

Desired class (usually GNUNET_TUN_DNS_CLASS_INTERNET).

(NBO)

Definition at line 677 of file gnunet_tun_lib.h.

Referenced by GNUNET_DNSPARSER_builder_add_query(), and GNUNET_DNSPARSER_parse_query().


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