Information tracked per DNS reply that we are processing. More...
Data Fields | |
| struct GNUNET_DNS_RequestHandle * | rh |
| Handle to submit the final result. | |
| struct GNUNET_DNSPARSER_Packet * | dns |
| DNS packet that is being modified. | |
| struct GNUNET_VPN_RedirectionRequest * | rr |
| Active redirection request with the VPN. | |
| struct GNUNET_DNSPARSER_Record * | rec |
| Record for which we have an active redirection request. | |
| unsigned int | offset |
| Offset in the current record group that is being modified. | |
| enum RequestGroup | group |
| Group that is being modified. | |
Information tracked per DNS reply that we are processing.
Definition at line 86 of file gnunet-daemon-pt.c.
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().