Searched refs:dns_scope_socket_tcp (Results 1 - 3 of 3) sorted by relevance
/systemd/src/resolve/ |
H A D | resolved-dns-scope.h | 84 int dns_scope_socket_tcp(DnsScope *s, int family, const union in_addr_union *address, DnsServer *server, uint16_t port);
|
H A D | resolved-dns-transaction.c | 510 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 D | resolved-dns-scope.c | 401 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