Searched defs:DnsCacheItem (Results 1 – 1 of 1) sorted by relevance
28 typedef struct DnsCacheItem DnsCacheItem; typedef37 struct DnsCacheItem { struct38 DnsCacheItemType type; argument54 LIST_FIELDS(DnsCacheItem, by_key); argument65 static const char *dns_cache_item_type_to_string(DnsCacheItem *item) { in dns_cache_item_type_to_string() argument