Lookup a label. 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_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 168 of file namestore.h.
struct GNUNET_NAMESTORE_Header LabelLookupResponseMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_LOOKUP_RESPONSE.
Definition at line 156 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 183 of file namestore.h.
Referenced by handle_record_lookup().
uint16_t LabelLookupResponseMessage::rd_count |
Number of records contained.
Definition at line 188 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 194 of file namestore.h.
Referenced by handle_record_lookup().
uint16_t LabelLookupResponseMessage::reserved |
Reserved (alignment)
Definition at line 199 of file namestore.h.
Referenced by handle_record_lookup().
uint16_t LabelLookupResponseMessage::key_len |
Length of the zone key.
Definition at line 204 of file namestore.h.
Referenced by handle_record_lookup().