common internal definitions for namecache service More...
Go to the source code of this file.
Data Structures | |
struct | GNUNET_NAMECACHE_Header |
Generic namecache message with op id. More... | |
struct | LookupBlockMessage |
Lookup a block in the namecache. More... | |
struct | LookupBlockResponseMessage |
Lookup response. More... | |
struct | BlockCacheMessage |
Cache a record in the namecache. More... | |
struct | BlockCacheResponseMessage |
Response to a request to cache a block. More... | |
Macros | |
#define | MAX_NAME_LEN 256 |
Maximum length of any name, including 0-termination. More... | |
common internal definitions for namecache service
Definition in file namecache.h.
#define MAX_NAME_LEN 256 |
Maximum length of any name, including 0-termination.
Definition at line 33 of file namecache.h.