GNUnet 0.21.1
ReplyContext Struct Reference

Information tracked per DNS reply that we are processing. More...

Collaboration diagram for ReplyContext:
[legend]

Data Fields

struct GNUNET_DNS_RequestHandlerh
 Handle to submit the final result. More...
 
struct GNUNET_DNSPARSER_Packetdns
 DNS packet that is being modified. More...
 
struct GNUNET_VPN_RedirectionRequestrr
 Active redirection request with the VPN. More...
 
struct GNUNET_DNSPARSER_Recordrec
 Record for which we have an active redirection request. More...
 
unsigned int offset
 Offset in the current record group that is being modified. More...
 
enum RequestGroup group
 Group that is being modified. More...
 

Detailed Description

Information tracked per DNS reply that we are processing.

Definition at line 86 of file gnunet-daemon-pt.c.

Field Documentation

◆ rh

struct GNUNET_DNS_RequestHandle* ReplyContext::rh

Handle to submit the final result.

Definition at line 91 of file gnunet-daemon-pt.c.

Referenced by dns_post_request_handler(), finish_request(), and vpn_allocation_callback().

◆ dns

struct GNUNET_DNSPARSER_Packet* ReplyContext::dns

DNS packet that is being modified.

Definition at line 96 of file gnunet-daemon-pt.c.

Referenced by dns_post_request_handler(), finish_request(), submit_request(), and vpn_allocation_callback().

◆ rr

struct GNUNET_VPN_RedirectionRequest* ReplyContext::rr

Active redirection request with the VPN.

Definition at line 101 of file gnunet-daemon-pt.c.

Referenced by modify_address(), and vpn_allocation_callback().

◆ rec

struct GNUNET_DNSPARSER_Record* ReplyContext::rec

Record for which we have an active redirection request.

Definition at line 106 of file gnunet-daemon-pt.c.

Referenced by modify_address(), and vpn_allocation_callback().

◆ offset

unsigned int ReplyContext::offset

Offset in the current record group that is being modified.

Definition at line 111 of file gnunet-daemon-pt.c.

Referenced by dns_post_request_handler(), and submit_request().

◆ group

enum RequestGroup ReplyContext::group

Group that is being modified.

Definition at line 116 of file gnunet-daemon-pt.c.

Referenced by dns_post_request_handler(), and submit_request().


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