Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-dns-scope.h75 int dns_scope_emit_udp(DnsScope *s, int fd, int af, DnsPacket *p);
Dresolved-dns-scope.c320 int dns_scope_emit_udp(DnsScope *s, int fd, int af, DnsPacket *p) { in dns_scope_emit_udp() function
1198 r = dns_scope_emit_udp(scope, -1, AF_UNSPEC, p); in on_conflict_dispatch()
1500 r = dns_scope_emit_udp(scope, -1, AF_UNSPEC, p); in dns_scope_announce()
Dresolved-mdns.c345 r = dns_scope_emit_udp(s, -1, AF_UNSPEC, reply); in mdns_scope_process_query()
Dresolved-dns-transaction.c1511 …r = dns_scope_emit_udp(t->scope, t->dns_udp_fd, t->server ? t->server->family : AF_UNSPEC, t->sent… in dns_transaction_emit_udp()