Context for parsing HELLOs. More...
Data Fields | |
struct GNUNET_PeerIdentity | pid |
Public key of the peer. More... | |
struct Address * | a_head |
Head of the addresses DLL. More... | |
struct Address * | a_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... | |
Context for parsing HELLOs.
Definition at line 257 of file hello-uri.c.
struct GNUNET_PeerIdentity GNUNET_HELLO_Parser::pid |
Public key of the peer.
Definition at line 262 of file hello-uri.c.
struct Address* GNUNET_HELLO_Parser::a_head |
Head of the addresses DLL.
Definition at line 267 of file hello-uri.c.
struct Address* GNUNET_HELLO_Parser::a_tail |
Tail of the addresses DLL.
Definition at line 272 of file hello-uri.c.
unsigned int GNUNET_HELLO_Parser::a_length |
Length of the a_head DLL.
Definition at line 277 of file hello-uri.c.
struct GNUNET_CRYPTO_EddsaSignature GNUNET_HELLO_Parser::sig |
The signature (may have been provided)
Definition at line 282 of file hello-uri.c.
struct GNUNET_TIME_Absolute GNUNET_HELLO_Parser::et |
Expiration time parsed.
Definition at line 287 of file hello-uri.c.