GNUnet 0.21.1
ZoneToNameResponseMessage Struct Reference

Respone for zone to name lookup. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/namestore/namestore.h>

Collaboration diagram for ZoneToNameResponseMessage:
[legend]

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...
 

Detailed Description

Respone for zone to name lookup.

Definition at line 357 of file namestore.h.

Field Documentation

◆ gns_header

struct GNUNET_NAMESTORE_Header ZoneToNameResponseMessage::gns_header

◆ ec

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 370 of file namestore.h.

Referenced by handle_zone_to_name(), and handle_zone_to_name_it().

◆ name_len

uint16_t ZoneToNameResponseMessage::name_len

Length of the name.

Definition at line 375 of file namestore.h.

Referenced by handle_zone_to_name_it().

◆ rd_len

uint16_t ZoneToNameResponseMessage::rd_len

Length of serialized record data.

Definition at line 380 of file namestore.h.

Referenced by handle_zone_to_name_it().

◆ rd_count

uint16_t ZoneToNameResponseMessage::rd_count

Number of records contained.

Definition at line 385 of file namestore.h.

Referenced by handle_zone_to_name_it().

◆ key_len

uint16_t ZoneToNameResponseMessage::key_len

Length of the zone key.

Definition at line 390 of file namestore.h.

Referenced by handle_zone_to_name(), and handle_zone_to_name_it().


The documentation for this struct was generated from the following file: