Searched refs:dns_scope_socket_tcp (Results 1 - 3 of 3) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-scope.h84 int dns_scope_socket_tcp(DnsScope *s, int family, const union in_addr_union *address, DnsServer *server, uint16_t port);
H A Dresolved-dns-transaction.c510 fd = dns_scope_socket_tcp(t->scope, AF_UNSPEC, NULL, t->server, 53);
516 fd = dns_scope_socket_tcp(t->scope, t->received->family, &t->received->sender, NULL, t->received->sender_port);
533 fd = dns_scope_socket_tcp(t->scope, family, &address, NULL, LLMNR_PORT);
H A Dresolved-dns-scope.c401 int dns_scope_socket_tcp(DnsScope *s, int family, const union in_addr_union *address, DnsServer *server, uint16_t port) { function

Completed in 832 milliseconds