Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-dns-query.c310 if (DNS_TRANSACTION_IS_LIVE(state)) in dns_query_candidate_notify()
579 assert(!DNS_TRANSACTION_IS_LIVE(state)); in dns_query_complete()
580 assert(DNS_TRANSACTION_IS_LIVE(q->state)); in dns_query_complete()
937 assert(DNS_TRANSACTION_IS_LIVE(q->state)); in dns_query_ready()
Dresolved-dns-transaction.h41 #define DNS_TRANSACTION_IS_LIVE(state) IN_SET((state), DNS_TRANSACTION_NULL, DNS_TRANSACTION_PENDIN… macro
Dresolved-dns-scope.c90 if (DNS_TRANSACTION_IS_LIVE(t->state)) in dns_scope_abort_transactions()
1412 if (DNS_TRANSACTION_IS_LIVE(t->state)) in dns_scope_announce()
Dresolved-varlink.c95 if (!DNS_TRANSACTION_IS_LIVE(q->state)) in vl_on_disconnect()
Dresolved-dns-transaction.c390 assert(!DNS_TRANSACTION_IS_LIVE(state)); in dns_transaction_complete()
842 if (DNS_TRANSACTION_IS_LIVE(dt->state)) in dns_transaction_dnssec_is_live()
3068 if (DNS_TRANSACTION_IS_LIVE(dt->state)) in dns_transaction_copy_validated()
Dresolved-bus.c35 if (!DNS_TRANSACTION_IS_LIVE(q->state)) in query_on_bus_track()