Searched refs:dns_scope_socket_tcp (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/resolve/ |
D | resolved-dns-scope.h | 76 int dns_scope_socket_tcp(DnsScope *s, int family, const union in_addr_union *address, DnsServer *se…
|
D | resolved-dns-transaction.c | 706 … fd = dns_scope_socket_tcp(t->scope, AF_UNSPEC, NULL, t->server, dns_transaction_port(t), &sa); in dns_transaction_emit_tcp() 722 …fd = dns_scope_socket_tcp(t->scope, t->received->family, &t->received->sender, NULL, t->received->… in dns_transaction_emit_tcp() 739 … fd = dns_scope_socket_tcp(t->scope, family, &address, NULL, LLMNR_PORT, &sa); in dns_transaction_emit_tcp()
|
D | resolved-dns-scope.c | 503 int dns_scope_socket_tcp(DnsScope *s, int family, const union in_addr_union *address, DnsServer *se… in dns_scope_socket_tcp() function
|