Element of a resolution process for looking up the responsible DNS server hostname in a GNS2DNS recursive resolution. More...
Data Fields | |
struct Gns2DnsPending * | next |
Kept in a DLL. More... | |
struct Gns2DnsPending * | prev |
Kept in a DLL. More... | |
struct AuthorityChain * | ac |
Context this activity belongs with. More... | |
struct GNS_ResolverHandle * | rh |
Handle for the resolution of the IP part of the GNS2DNS record. More... | |
struct GNUNET_RESOLVER_RequestHandle * | dns_rh |
Handle for DNS resolution of the DNS nameserver. More... | |
unsigned int | num_results |
How many results did we get? More... | |
Element of a resolution process for looking up the responsible DNS server hostname in a GNS2DNS recursive resolution.
Definition at line 84 of file gnunet-service-gns_resolver.c.
struct Gns2DnsPending* Gns2DnsPending::next |
Kept in a DLL.
Definition at line 89 of file gnunet-service-gns_resolver.c.
struct Gns2DnsPending* Gns2DnsPending::prev |
Kept in a DLL.
Definition at line 94 of file gnunet-service-gns_resolver.c.
struct AuthorityChain* Gns2DnsPending::ac |
Context this activity belongs with.
Definition at line 99 of file gnunet-service-gns_resolver.c.
Referenced by GNS_resolver_lookup_cancel(), handle_gns2dns_ip(), handle_gns2dns_result(), and recursive_gns2dns_resolution().
struct GNS_ResolverHandle* Gns2DnsPending::rh |
Handle for the resolution of the IP part of the GNS2DNS record.
Will return to us the addresses of the DNS resolver to use.
Definition at line 106 of file gnunet-service-gns_resolver.c.
Referenced by GNS_resolver_lookup_cancel(), handle_gns2dns_result(), and recursive_gns2dns_resolution().
struct GNUNET_RESOLVER_RequestHandle* Gns2DnsPending::dns_rh |
Handle for DNS resolution of the DNS nameserver.
Definition at line 111 of file gnunet-service-gns_resolver.c.
Referenced by GNS_resolver_lookup_cancel(), and recursive_gns2dns_resolution().
unsigned int Gns2DnsPending::num_results |
How many results did we get?
Definition at line 116 of file gnunet-service-gns_resolver.c.
Referenced by handle_gns2dns_ip().