Searched refs:dns_cache_lookup (Results 1 - 3 of 3) sorted by relevance
| /systemd/src/resolve/ |
| H A D | resolved-dns-cache.h | 43 int dns_cache_lookup(DnsCache *c, DnsResourceKey *key, int *rcode, DnsAnswer **answer, bool *authenticated);
|
| H A D | resolved-dns-cache.c | 802 int dns_cache_lookup(DnsCache *c, DnsResourceKey *key, int *rcode, DnsAnswer **ret, bool *authenticated) { function
|
| H A D | resolved-dns-transaction.c | 1276 r = dns_cache_lookup(&t->scope->cache, t->key, &t->answer_rcode, &t->answer, &t->answer_authenticated);
|
Completed in 21 milliseconds