GNUnet 0.22.1
GNUNET_HELLO_Parser Struct Reference

Context for parsing HELLOs. More...

Collaboration diagram for GNUNET_HELLO_Parser:
[legend]

Data Fields

struct GNUNET_PeerIdentity pid
 Public key of the peer. More...
 
struct Addressa_head
 Head of the addresses DLL. More...
 
struct Addressa_tail
 Tail of the addresses DLL. More...
 
unsigned int a_length
 Length of the a_head DLL. More...
 
struct GNUNET_CRYPTO_EddsaSignature sig
 The signature (may have been provided) More...
 
struct GNUNET_TIME_Absolute et
 Expiration time parsed. More...
 

Detailed Description

Context for parsing HELLOs.

Definition at line 257 of file hello-uri.c.

Field Documentation

◆ pid

struct GNUNET_PeerIdentity GNUNET_HELLO_Parser::pid

Public key of the peer.

Definition at line 262 of file hello-uri.c.

◆ a_head

struct Address* GNUNET_HELLO_Parser::a_head

Head of the addresses DLL.

Definition at line 267 of file hello-uri.c.

◆ a_tail

struct Address* GNUNET_HELLO_Parser::a_tail

Tail of the addresses DLL.

Definition at line 272 of file hello-uri.c.

◆ a_length

unsigned int GNUNET_HELLO_Parser::a_length

Length of the a_head DLL.

Definition at line 277 of file hello-uri.c.

◆ sig

struct GNUNET_CRYPTO_EddsaSignature GNUNET_HELLO_Parser::sig

The signature (may have been provided)

Definition at line 282 of file hello-uri.c.

◆ et

struct GNUNET_TIME_Absolute GNUNET_HELLO_Parser::et

Expiration time parsed.

Definition at line 287 of file hello-uri.c.


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