Entry in list of cached DNS records for a hostname. More...
Data Fields | |
| struct RecordListEntry * | next | 
| This is a doubly linked list.   | |
| struct RecordListEntry * | prev | 
| This is a doubly linked list.   | |
| struct GNUNET_DNSPARSER_Record * | record | 
| Cached data.   | |
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().
| 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().