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. More... | |
uint16_t | label_len |
Length of the name. More... | |
uint16_t | is_edit_request |
GNUNET_YES if this lookup corresponds to an edit request. More... | |
uint16_t | filter |
The record filter. More... | |
uint16_t | key_len |
Length of the zone key. More... | |
Lookup a label.
Definition at line 131 of file namestore.h.
struct GNUNET_NAMESTORE_Header LabelLookupMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_LOOKUP.
Definition at line 123 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 141 of file namestore.h.
Referenced by check_record_lookup(), and records_lookup().
uint16_t LabelLookupMessage::is_edit_request |
GNUNET_YES if this lookup corresponds to an edit request.
Definition at line 146 of file namestore.h.
Referenced by handle_record_lookup(), and records_lookup().
uint16_t LabelLookupMessage::filter |
The record filter.
Definition at line 151 of file namestore.h.
Referenced by handle_record_lookup().
uint16_t LabelLookupMessage::key_len |
Length of the zone key.
Definition at line 156 of file namestore.h.
Referenced by check_record_lookup(), handle_record_lookup(), and records_lookup().