GNUnet 0.21.2
VpnContext Struct Reference

Closure for vpn_allocation_cb. More...

Collaboration diagram for VpnContext:
[legend]

Data Fields

struct Requestrequest
 Which resolution process are we processing. More...
 
struct GNUNET_VPN_RedirectionRequestvpn_request
 Handle to the VPN request that we were performing. More...
 
unsigned int rd_count
 Number of records serialized in rd_data. More...
 
char * rd_data
 Serialized records. More...
 
ssize_t rd_data_size
 Number of bytes in rd_data. More...
 

Detailed Description

Closure for vpn_allocation_cb.

Definition at line 47 of file gnunet-dns2gns.c.

Field Documentation

◆ request

struct Request* VpnContext::request

Which resolution process are we processing.

Definition at line 52 of file gnunet-dns2gns.c.

Referenced by result_processor(), and vpn_allocation_cb().

◆ vpn_request

struct GNUNET_VPN_RedirectionRequest* VpnContext::vpn_request

Handle to the VPN request that we were performing.

Definition at line 57 of file gnunet-dns2gns.c.

Referenced by do_timeout(), result_processor(), and vpn_allocation_cb().

◆ rd_count

unsigned int VpnContext::rd_count

Number of records serialized in rd_data.

Definition at line 62 of file gnunet-dns2gns.c.

Referenced by result_processor(), and vpn_allocation_cb().

◆ rd_data

char* VpnContext::rd_data

Serialized records.

Definition at line 67 of file gnunet-dns2gns.c.

Referenced by do_timeout(), result_processor(), and vpn_allocation_cb().

◆ rd_data_size

ssize_t VpnContext::rd_data_size

Number of bytes in rd_data.

Definition at line 72 of file gnunet-dns2gns.c.

Referenced by result_processor(), and vpn_allocation_cb().


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