Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-dns-transaction.c507 static void dns_transaction_retry(DnsTransaction *t, bool next_server) { in dns_transaction_retry() function
536 dns_transaction_retry(t, /* next_server= */ true); in dns_transaction_limited_retry()
583 dns_transaction_retry(t, true); in on_transaction_stream_error()
1176 dns_transaction_retry(t, false /* use the same server */); in dns_transaction_process_reply()
1316 dns_transaction_retry(t, false /* use the same server */); in dns_transaction_process_reply()
1550dns_transaction_retry(t, /* next_server= */ true); /* try a different server, but given this means in on_transaction_timeout()