Lookup a name for a zone hash. 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. More... | |
uint16_t | key_len |
Length of the zone key. More... | |
uint16_t | pkey_len |
Length of the public value zone key. More... | |
Lookup a name for a zone hash.
Definition at line 340 of file namestore.h.
struct GNUNET_NAMESTORE_Header ZoneToNameMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_TO_NAME.
Definition at line 345 of file namestore.h.
Referenced by handle_zone_to_name().
uint16_t ZoneToNameMessage::key_len |
Length of the zone key.
Definition at line 350 of file namestore.h.
Referenced by GNUNET_NAMESTORE_zone_to_name(), and handle_zone_to_name().
uint16_t ZoneToNameMessage::pkey_len |
Length of the public value zone key.
Definition at line 355 of file namestore.h.
Referenced by GNUNET_NAMESTORE_zone_to_name(), and handle_zone_to_name().