Searched refs:tentative (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/resolve/ |
D | resolved-dns-zone.c | 107 bool tentative; in dns_zone_remove_rrs_by_key() local 110 r = dns_zone_lookup(z, key, 0, &answer, &soa, &tentative); in dns_zone_remove_rrs_by_key() 302 bool tentative = true, need_soa = false; in dns_zone_lookup() local 397 tentative = false; in dns_zone_lookup() 427 tentative = false; in dns_zone_lookup() 443 tentative = false; in dns_zone_lookup() 459 if (!ret_tentative && tentative) in dns_zone_lookup() 468 *ret_tentative = tentative; in dns_zone_lookup()
|
D | resolved-mdns.c | 247 bool tentative = false; in mdns_scope_process_query() local 274 r = dns_zone_lookup(&s->zone, key, 0, &answer, &soa, &tentative); in mdns_scope_process_query() 278 if (tentative && DNS_PACKET_NSCOUNT(p) > 0) { in mdns_scope_process_query()
|
D | resolved-dns-zone.h | 55 …nsZone *z, DnsResourceKey *key, int ifindex, DnsAnswer **answer, DnsAnswer **soa, bool *tentative);
|
D | resolved-dns-scope.c | 908 bool tentative, in dns_scope_make_reply_packet() argument 937 tentative, in dns_scope_make_reply_packet() 981 bool tentative = false; in dns_scope_process_query() local 1017 r = dns_zone_lookup(&s->zone, key, 0, &answer, &soa, &tentative); in dns_scope_process_query() 1028 …_reply_packet(s, DNS_PACKET_ID(p), DNS_RCODE_SUCCESS, p->question, answer, soa, tentative, &reply); in dns_scope_process_query()
|
D | resolved-dns-scope.h | 89 … id, int rcode, DnsQuestion *q, DnsAnswer *answer, DnsAnswer *soa, bool tentative, DnsPacket **ret…
|
D | resolved-dns-transaction.c | 1870 bool tentative; in dns_transaction_make_packet_mdns() local 1872 … r = dns_zone_lookup(&t->scope->zone, tkey, t->scope->link->ifindex, &answer, NULL, &tentative); in dns_transaction_make_packet_mdns()
|
/systemd-251/test/test-network/conf/ |
D | 25-route-ipv6-src.network | 3 # are added without having to go through tentative state
|