GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
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.
 
struct Addressa_head
 Head of the addresses DLL.
 
struct Addressa_tail
 Tail of the addresses DLL.
 
unsigned int a_length
 Length of the a_head DLL.
 
struct GNUNET_CRYPTO_EddsaSignature sig
 The signature (may have been provided)
 
struct GNUNET_TIME_Absolute et
 Expiration time parsed.
 

Detailed Description

Context for parsing HELLOs.

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

Field Documentation

◆ pid

struct GNUNET_PeerIdentity GNUNET_HELLO_Parser::pid

Public key of the peer.

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

◆ a_head

struct Address* GNUNET_HELLO_Parser::a_head

Head of the addresses DLL.

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

◆ a_tail

struct Address* GNUNET_HELLO_Parser::a_tail

Tail of the addresses DLL.

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

◆ a_length

unsigned int GNUNET_HELLO_Parser::a_length

Length of the a_head DLL.

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

◆ sig

struct GNUNET_CRYPTO_EddsaSignature GNUNET_HELLO_Parser::sig

The signature (may have been provided)

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

Referenced by GNUNET_HELLO_build_url().

◆ et

struct GNUNET_TIME_Absolute GNUNET_HELLO_Parser::et

Expiration time parsed.

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


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