Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-dns-scope.h76 int dns_scope_socket_tcp(DnsScope *s, int family, const union in_addr_union *address, DnsServer *se…
Dresolved-dns-transaction.c706 … 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()
Dresolved-dns-scope.c503 int dns_scope_socket_tcp(DnsScope *s, int family, const union in_addr_union *address, DnsServer *se… in dns_scope_socket_tcp() function