Searched defs:cache_flush (Results 1 - 1 of 1) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-packet.c1524 bool cache_flush = false; local
1552 cache_flush = true;
1566 *ret_cache_flush = cache_flush;
1587 bool cache_flush; local
1595 r = dns_packet_read_key(p, &key, &cache_flush, NULL);
2039 *ret_cache_flush = cache_flush;
2114 bool cache_flush; local
2116 r = dns_packet_read_key(p, &key, &cache_flush, NULL);
2120 if (cache_flush) {
2149 bool cache_flush; local
[all...]

Completed in 14 milliseconds