![]() |
GNUnet
0.11.x
|
Lookup response. More...
#include </home/handbook/gnunet/src/namecache/namecache.h>
Data Fields | |
struct GNUNET_NAMECACHE_Header | gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMECACHE_LOOKUP_BLOCK_RESPONSE. More... | |
struct GNUNET_TIME_AbsoluteNBO | expire |
Expiration time. More... | |
struct GNUNET_CRYPTO_EcdsaSignature | signature |
Signature. More... | |
struct GNUNET_IDENTITY_PublicKey | derived_key |
Derived public key. More... | |
Lookup response.
Definition at line 75 of file namecache.h.
struct GNUNET_NAMECACHE_Header LookupBlockResponseMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMECACHE_LOOKUP_BLOCK_RESPONSE.
Definition at line 80 of file namecache.h.
Referenced by handle_lookup_block(), handle_lookup_block_it(), and handle_lookup_block_response().
struct GNUNET_TIME_AbsoluteNBO LookupBlockResponseMessage::expire |
Expiration time.
Definition at line 85 of file namecache.h.
Referenced by handle_lookup_block_it(), and handle_lookup_block_response().
struct GNUNET_CRYPTO_EcdsaSignature LookupBlockResponseMessage::signature |
Signature.
Definition at line 90 of file namecache.h.
struct GNUNET_IDENTITY_PublicKey LookupBlockResponseMessage::derived_key |
Derived public key.
Definition at line 95 of file namecache.h.