![]() |
GNUnet
0.11.x
|
Respone for zone to name lookup. More...
#include </home/handbook/gnunet/src/namestore/namestore.h>
Data Fields | |
struct GNUNET_NAMESTORE_Header | gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_TO_NAME_RESPONSE. More... | |
uint16_t | name_len |
Length of the name. More... | |
uint16_t | rd_len |
Length of serialized record data. More... | |
uint16_t | rd_count |
Number of records contained. More... | |
int16_t | res |
result in NBO: GNUNET_OK on success, GNUNET_NO if there were no results, GNUNET_SYSERR on error More... | |
struct GNUNET_CRYPTO_EcdsaPrivateKey | zone |
The private key of the zone that contained the name. More... | |
Respone for zone to name lookup.
Definition at line 213 of file namestore.h.
struct GNUNET_NAMESTORE_Header ZoneToNameResponseMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_TO_NAME_RESPONSE.
Definition at line 218 of file namestore.h.
Referenced by check_zone_to_name_response(), handle_zone_to_name(), handle_zone_to_name_it(), and handle_zone_to_name_response().
uint16_t ZoneToNameResponseMessage::name_len |
Length of the name.
Definition at line 223 of file namestore.h.
Referenced by check_zone_to_name_response(), handle_zone_to_name_it(), and handle_zone_to_name_response().
uint16_t ZoneToNameResponseMessage::rd_len |
Length of serialized record data.
Definition at line 228 of file namestore.h.
Referenced by check_zone_to_name_response(), handle_zone_to_name_it(), and handle_zone_to_name_response().
uint16_t ZoneToNameResponseMessage::rd_count |
Number of records contained.
Definition at line 233 of file namestore.h.
Referenced by check_zone_to_name_response(), handle_zone_to_name_it(), and handle_zone_to_name_response().
int16_t ZoneToNameResponseMessage::res |
result in NBO: GNUNET_OK on success, GNUNET_NO if there were no results, GNUNET_SYSERR on error
Definition at line 239 of file namestore.h.
Referenced by check_zone_to_name_response(), handle_zone_to_name(), handle_zone_to_name_it(), and handle_zone_to_name_response().
struct GNUNET_CRYPTO_EcdsaPrivateKey ZoneToNameResponseMessage::zone |
The private key of the zone that contained the name.
Definition at line 244 of file namestore.h.
Referenced by handle_zone_to_name_it(), and handle_zone_to_name_response().