Searched refs:dns_scope_emit_udp (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/resolve/ |
D | resolved-dns-scope.h | 75 int dns_scope_emit_udp(DnsScope *s, int fd, int af, DnsPacket *p);
|
D | resolved-dns-scope.c | 320 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()
|
D | resolved-mdns.c | 345 r = dns_scope_emit_udp(s, -1, AF_UNSPEC, reply); in mdns_scope_process_query()
|
D | resolved-dns-transaction.c | 1511 …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()
|