Home
last modified time | relevance | path

Searched refs:goodbye (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/resolve/
Dresolved-dns-scope.h107 int dns_scope_announce(DnsScope *scope, bool goodbye);
Dresolved-dns-scope.c1395 int dns_scope_announce(DnsScope *scope, bool goodbye) { in dns_scope_announce() argument
1460 flags = goodbye ? DNS_ANSWER_GOODBYE : 0; in dns_scope_announce()
1462 … flags = goodbye ? (DNS_ANSWER_GOODBYE|DNS_ANSWER_CACHE_FLUSH) : DNS_ANSWER_CACHE_FLUSH; in dns_scope_announce()