Entry in list of cached DNS records for a hostname. More...
Data Fields | |
struct RecordListEntry * | next |
This is a doubly linked list. More... | |
struct RecordListEntry * | prev |
This is a doubly linked list. More... | |
struct GNUNET_DNSPARSER_Record * | record |
Cached data. More... | |
Entry in list of cached DNS records for a hostname.
Definition at line 46 of file gnunet-service-resolver.c.
struct RecordListEntry* RecordListEntry::next |
This is a doubly linked list.
Definition at line 51 of file gnunet-service-resolver.c.
Referenced by remove_expired(), and try_cache().
struct RecordListEntry* RecordListEntry::prev |
This is a doubly linked list.
Definition at line 56 of file gnunet-service-resolver.c.
struct GNUNET_DNSPARSER_Record* RecordListEntry::record |
Cached data.
Definition at line 61 of file gnunet-service-resolver.c.
Referenced by add_host(), cache_answers(), free_cache_entry(), and free_hosts_entry().