GNUnet 0.21.1
DnsServer Struct Reference

DNS Server used for resolution. More...

Collaboration diagram for DnsServer:
[legend]

Data Fields

struct DnsServernext
 Kept in a DLL. More...
 
struct DnsServerprev
 Kept in a DLL. More...
 
struct sockaddr_storage ss
 IP address of the DNS resolver. More...
 

Detailed Description

DNS Server used for resolution.

Definition at line 102 of file dnsstub.c.

Field Documentation

◆ next

struct DnsServer* DnsServer::next

Kept in a DLL.

Definition at line 107 of file dnsstub.c.

◆ prev

struct DnsServer* DnsServer::prev

Kept in a DLL.

Definition at line 112 of file dnsstub.c.

◆ ss

struct sockaddr_storage DnsServer::ss

IP address of the DNS resolver.

Definition at line 117 of file dnsstub.c.


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