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. More... | |
uint16_t | label_len |
Length of the name. More... | |
uint16_t | unused |
Unused. More... | |
uint16_t | filter |
The record filter. More... | |
uint16_t | key_len |
Length of the zone key. More... | |
Lookup a label.
Definition at line 178 of file namestore.h.
struct GNUNET_NAMESTORE_Header LabelLookupMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_LOOKUP.
Definition at line 183 of file namestore.h.
Referenced by check_record_lookup(), and handle_record_lookup().
uint16_t LabelLookupMessage::label_len |
Length of the name.
Definition at line 188 of file namestore.h.
Referenced by check_record_lookup(), and records_lookup().
uint16_t LabelLookupMessage::unused |
Unused.
Definition at line 193 of file namestore.h.
uint16_t LabelLookupMessage::filter |
The record filter.
Definition at line 198 of file namestore.h.
Referenced by handle_record_lookup().
uint16_t LabelLookupMessage::key_len |
Length of the zone key.
Definition at line 203 of file namestore.h.
Referenced by check_record_lookup(), handle_record_lookup(), and records_lookup().