Lookup a label. 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_RECORD_LOOKUP_RESPONSE. More... | |
uint16_t | name_len |
Name length. More... | |
uint16_t | rd_len |
Length of serialized record data. More... | |
uint16_t | rd_count |
Number of records contained. More... | |
int16_t | found |
Was the label found in the database?? GNUNET_YES or GNUNET_NO. More... | |
uint16_t | reserved |
Reserved (alignment) More... | |
uint16_t | key_len |
Length of the zone key. More... | |
Lookup a label.
Definition at line 291 of file namestore.h.
struct GNUNET_NAMESTORE_Header LabelLookupResponseMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_LOOKUP_RESPONSE.
Definition at line 296 of file namestore.h.
Referenced by handle_record_lookup().
uint16_t LabelLookupResponseMessage::name_len |
uint16_t LabelLookupResponseMessage::rd_len |
Length of serialized record data.
Definition at line 306 of file namestore.h.
Referenced by handle_record_lookup().
uint16_t LabelLookupResponseMessage::rd_count |
Number of records contained.
Definition at line 311 of file namestore.h.
Referenced by handle_record_lookup().
int16_t LabelLookupResponseMessage::found |
Was the label found in the database?? GNUNET_YES or GNUNET_NO.
Definition at line 317 of file namestore.h.
Referenced by handle_record_lookup().
uint16_t LabelLookupResponseMessage::reserved |
Reserved (alignment)
Definition at line 322 of file namestore.h.
Referenced by handle_record_lookup().
uint16_t LabelLookupResponseMessage::key_len |
Length of the zone key.
Definition at line 327 of file namestore.h.
Referenced by handle_record_lookup().