Lookup a label. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/namestore/namestore.h>
Data Fields | |
| struct GNUNET_NAMESTORE_Header | gns_header |
| Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_LOOKUP_RESPONSE. | |
| uint16_t | name_len |
| Name length. | |
| uint16_t | rd_len |
| Length of serialized record data. | |
| uint16_t | rd_count |
| Number of records contained. | |
| int16_t | found |
| Was the label found in the database?? GNUNET_YES or GNUNET_NO. | |
| uint16_t | reserved |
| Reserved (alignment) | |
| uint16_t | key_len |
| Length of the zone key. | |
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().