Structure we use to collect printable address information. More...
Data Fields | |
struct PrintContext * | next |
Kept in DLL. More... | |
struct PrintContext * | prev |
Kept in DLL. More... | |
struct GNUNET_PeerIdentity | peer |
Identity of the peer. More... | |
struct AddressRecord * | address_list |
List of printable addresses. More... | |
unsigned int | num_addresses |
Number of completed addresses in address_list. More... | |
unsigned int | address_list_size |
Number of addresses allocated in address_list. More... | |
unsigned int | off |
Current offset in address_list (counted down). More... | |
int | friend_only |
Hello was friend only, GNUNET_YES or GNUNET_NO. More... | |
struct RequestHandle * | handle |
RequestHandle. More... | |
Structure we use to collect printable address information.
Definition at line 75 of file gnunet-peerinfo.c.
struct PrintContext * PrintContext::next |
Kept in DLL.
Definition at line 80 of file gnunet-peerinfo.c.
struct PrintContext * PrintContext::prev |
Kept in DLL.
Definition at line 85 of file gnunet-peerinfo.c.
struct GNUNET_PeerIdentity PrintContext::peer |
Identity of the peer.
Definition at line 85 of file gnunet-peerinfo.c.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), and process_resolved_address().
struct AddressRecord * PrintContext::address_list |
List of printable addresses.
Definition at line 95 of file gnunet-peerinfo.c.
unsigned int PrintContext::num_addresses |
Number of completed addresses in address_list.
Definition at line 100 of file gnunet-peerinfo.c.
unsigned int PrintContext::address_list_size |
Number of addresses allocated in address_list.
Definition at line 105 of file gnunet-peerinfo.c.
unsigned int PrintContext::off |
Current offset in address_list (counted down).
Definition at line 110 of file gnunet-peerinfo.c.
int PrintContext::friend_only |
Hello was friend only, GNUNET_YES or GNUNET_NO.
Definition at line 115 of file gnunet-peerinfo.c.
Referenced by peerinfo_list_iteration(), and print_peer_info().
struct RequestHandle* PrintContext::handle |
Definition at line 164 of file plugin_rest_peerinfo.c.