GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
LabelLookupResponseMessage Struct Reference

Lookup a label. More...

#include </home/buildbot/bb-worker/worker/gnunet_release/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.
 
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.
 

Detailed Description

Lookup a label.

Definition at line 291 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 296 of file namestore.h.

Referenced by handle_record_lookup().

◆ name_len

uint16_t LabelLookupResponseMessage::name_len

Name length.

Definition at line 301 of file namestore.h.

Referenced by handle_record_lookup().

◆ rd_len

uint16_t LabelLookupResponseMessage::rd_len

Length of serialized record data.

Definition at line 306 of file namestore.h.

Referenced by handle_record_lookup().

◆ rd_count

uint16_t LabelLookupResponseMessage::rd_count

Number of records contained.

Definition at line 311 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 317 of file namestore.h.

Referenced by handle_record_lookup().

◆ reserved

uint16_t LabelLookupResponseMessage::reserved

Reserved (alignment)

Definition at line 322 of file namestore.h.

Referenced by handle_record_lookup().

◆ key_len

uint16_t LabelLookupResponseMessage::key_len

Length of the zone key.

Definition at line 327 of file namestore.h.

Referenced by handle_record_lookup().


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