Respone for zone to name lookup. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/namestore/namestore.h>
Data Fields | |
struct GNUNET_NAMESTORE_Header | gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_TO_NAME_RESPONSE. More... | |
int32_t | ec |
result in NBO: GNUNET_EC_NONE on success, GNUNET_EC_NAMESTORE_NO_RESULTS if there were no results. 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... | |
uint16_t | key_len |
Length of the zone key. More... | |
Respone for zone to name lookup.
Definition at line 245 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 232 of file namestore.h.
Referenced by check_zone_to_name(), and handle_zone_to_name().
int32_t ZoneToNameResponseMessage::ec |
result in NBO: GNUNET_EC_NONE on success, GNUNET_EC_NAMESTORE_NO_RESULTS if there were no results.
Other error messages on error.
Definition at line 258 of file namestore.h.
Referenced by check_zone_to_name(), and handle_zone_to_name().
uint16_t ZoneToNameResponseMessage::name_len |
uint16_t ZoneToNameResponseMessage::rd_len |
Length of serialized record data.
Definition at line 268 of file namestore.h.
Referenced by check_zone_to_name().
uint16_t ZoneToNameResponseMessage::rd_count |
Number of records contained.
Definition at line 273 of file namestore.h.
Referenced by check_zone_to_name().
uint16_t ZoneToNameResponseMessage::key_len |
Length of the zone key.
Definition at line 278 of file namestore.h.
Referenced by check_zone_to_name(), and handle_zone_to_name().