GNUnet 0.21.1
InterceptLookupHandle Struct Reference

Handle to a DNS intercepted reslution request. More...

Collaboration diagram for InterceptLookupHandle:
[legend]

Data Fields

struct InterceptLookupHandlenext
 We keep these in a DLL. More...
 
struct InterceptLookupHandleprev
 We keep these in a DLL. More...
 
struct GNUNET_DNS_RequestHandlerequest_handle
 the request handle to reply to More...
 
struct GNUNET_DNSPARSER_Packetpacket
 the dns parser packet received More...
 
struct GNS_ResolverHandlelookup
 Handle for the lookup operation. More...
 

Detailed Description

Handle to a DNS intercepted reslution request.

Definition at line 45 of file gnunet-service-gns_interceptor.c.

Field Documentation

◆ next

struct InterceptLookupHandle* InterceptLookupHandle::next

We keep these in a DLL.

Definition at line 50 of file gnunet-service-gns_interceptor.c.

◆ prev

struct InterceptLookupHandle* InterceptLookupHandle::prev

We keep these in a DLL.

Definition at line 55 of file gnunet-service-gns_interceptor.c.

◆ request_handle

struct GNUNET_DNS_RequestHandle* InterceptLookupHandle::request_handle

the request handle to reply to

Definition at line 60 of file gnunet-service-gns_interceptor.c.

Referenced by GNS_interceptor_done(), handle_dns_request(), and reply_to_dns().

◆ packet

struct GNUNET_DNSPARSER_Packet* InterceptLookupHandle::packet

the dns parser packet received

Definition at line 65 of file gnunet-service-gns_interceptor.c.

Referenced by GNS_interceptor_done(), handle_dns_request(), and reply_to_dns().

◆ lookup

struct GNS_ResolverHandle* InterceptLookupHandle::lookup

Handle for the lookup operation.

Definition at line 70 of file gnunet-service-gns_interceptor.c.

Referenced by GNS_interceptor_done(), and handle_dns_request().


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