Payload of GNS VPN record. More...
#include <gnunet_tun_lib.h>
Data Fields | |
struct GNUNET_PeerIdentity | peer |
The peer to contact. More... | |
uint16_t | proto |
The protocol to use. More... | |
Payload of GNS VPN record.
Definition at line 625 of file gnunet_tun_lib.h.
struct GNUNET_PeerIdentity GNUNET_TUN_GnsVpnRecord::peer |
The peer to contact.
Definition at line 606 of file gnunet_tun_lib.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), gns_string_to_value(), gns_value_to_string(), and result_processor().
uint16_t GNUNET_TUN_GnsVpnRecord::proto |
The protocol to use.
Definition at line 635 of file gnunet_tun_lib.h.
Referenced by gns_string_to_value(), gns_value_to_string(), and result_processor().