Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-dns-scope.c116 sd_event_source_disable_unref(s->announce_event_source); in dns_scope_free()
1389 scope->announce_event_source = sd_event_source_disable_unref(scope->announce_event_source); in on_announcement_timeout()
1511 &scope->announce_event_source, in dns_scope_announce()
1519 … (void) sd_event_source_set_description(scope->announce_event_source, "mdns-announce"); in dns_scope_announce()
Dresolved-dns-scope.h46 sd_event_source *announce_event_source; member