GNUnet 0.21.1
LabelLookupResponseMessage Struct Reference

Lookup a label. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/namestore/namestore.h>

Collaboration diagram for LabelLookupResponseMessage:
[legend]

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...
 

Detailed Description

Lookup a label.

Definition at line 280 of file namestore.h.

Field Documentation

◆ gns_header

struct GNUNET_NAMESTORE_Header LabelLookupResponseMessage::gns_header

Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_LOOKUP_RESPONSE.

Definition at line 285 of file namestore.h.

Referenced by handle_record_lookup().

◆ name_len

uint16_t LabelLookupResponseMessage::name_len

Name length.

Definition at line 290 of file namestore.h.

Referenced by handle_record_lookup().

◆ rd_len

uint16_t LabelLookupResponseMessage::rd_len

Length of serialized record data.

Definition at line 295 of file namestore.h.

Referenced by handle_record_lookup().

◆ rd_count

uint16_t LabelLookupResponseMessage::rd_count

Number of records contained.

Definition at line 300 of file namestore.h.

Referenced by handle_record_lookup().

◆ found

int16_t LabelLookupResponseMessage::found

Was the label found in the database?? GNUNET_YES or GNUNET_NO.

Definition at line 306 of file namestore.h.

Referenced by handle_record_lookup().

◆ reserved

uint16_t LabelLookupResponseMessage::reserved

Reserved (alignment)

Definition at line 311 of file namestore.h.

Referenced by handle_record_lookup().

◆ key_len

uint16_t LabelLookupResponseMessage::key_len

Length of the zone key.

Definition at line 316 of file namestore.h.

Referenced by handle_record_lookup().


The documentation for this struct was generated from the following file: