Closure for vpn_allocation_cb. More...
Data Fields | |
struct Request * | request |
Which resolution process are we processing. More... | |
struct GNUNET_VPN_RedirectionRequest * | vpn_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... | |
Closure for vpn_allocation_cb.
Definition at line 46 of file gnunet-dns2gns.c.
struct Request* VpnContext::request |
Which resolution process are we processing.
Definition at line 51 of file gnunet-dns2gns.c.
Referenced by result_processor(), and vpn_allocation_cb().
struct GNUNET_VPN_RedirectionRequest* VpnContext::vpn_request |
Handle to the VPN request that we were performing.
Definition at line 56 of file gnunet-dns2gns.c.
Referenced by do_timeout(), result_processor(), and vpn_allocation_cb().
unsigned int VpnContext::rd_count |
Number of records serialized in rd_data.
Definition at line 61 of file gnunet-dns2gns.c.
Referenced by result_processor(), and vpn_allocation_cb().
char* VpnContext::rd_data |
Serialized records.
Definition at line 66 of file gnunet-dns2gns.c.
Referenced by do_timeout(), result_processor(), and vpn_allocation_cb().
ssize_t VpnContext::rd_data_size |
Number of bytes in rd_data.
Definition at line 71 of file gnunet-dns2gns.c.
Referenced by result_processor(), and vpn_allocation_cb().