Response for zone to name lookup. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/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... | |
Response for zone to name lookup.
Definition at line 368 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 373 of file namestore.h.
Referenced by handle_zone_to_name(), and handle_zone_to_name_it().
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 381 of file namestore.h.
Referenced by handle_zone_to_name(), and handle_zone_to_name_it().
uint16_t ZoneToNameResponseMessage::name_len |
Length of the name.
Definition at line 386 of file namestore.h.
Referenced by handle_zone_to_name_it().
uint16_t ZoneToNameResponseMessage::rd_len |
Length of serialized record data.
Definition at line 391 of file namestore.h.
Referenced by handle_zone_to_name_it().
uint16_t ZoneToNameResponseMessage::rd_count |
Number of records contained.
Definition at line 396 of file namestore.h.
Referenced by handle_zone_to_name_it().
uint16_t ZoneToNameResponseMessage::key_len |
Length of the zone key.
Definition at line 401 of file namestore.h.
Referenced by handle_zone_to_name(), and handle_zone_to_name_it().