Searched refs:dns_udp_fd (Results 1 - 2 of 2) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-transaction.h107 int dns_udp_fd; member in struct:DnsTransaction
H A Dresolved-dns-transaction.c64 t->dns_udp_fd = safe_close(t->dns_udp_fd);
189 t->dns_udp_fd = -1;
1076 if (r > 0 || t->dns_udp_fd < 0) { /* Server changed, or no connection yet. */
1092 t->dns_udp_fd = fd;
1101 r = dns_scope_emit_udp(t->scope, t->dns_udp_fd, t->sent);

Completed in 17 milliseconds