Context for parsing HELLOs. More...
Data Fields | |
struct GNUNET_PeerIdentity | pid |
Public key of the peer. | |
struct Address * | a_head |
Head of the addresses DLL. | |
struct Address * | a_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. | |
Context for parsing HELLOs.
Definition at line 231 of file hello-uri.c.
struct GNUNET_PeerIdentity GNUNET_HELLO_Parser::pid |
Public key of the peer.
Definition at line 236 of file hello-uri.c.
struct Address* GNUNET_HELLO_Parser::a_head |
Head of the addresses DLL.
Definition at line 241 of file hello-uri.c.
struct Address* GNUNET_HELLO_Parser::a_tail |
Tail of the addresses DLL.
Definition at line 246 of file hello-uri.c.
unsigned int GNUNET_HELLO_Parser::a_length |
Length of the a_head DLL.
Definition at line 251 of file hello-uri.c.
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().
struct GNUNET_TIME_Absolute GNUNET_HELLO_Parser::et |
Expiration time parsed.
Definition at line 261 of file hello-uri.c.