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

/freebsd-11-stable/contrib/ldns/ldns/
H A Dnet.h128 ssize_t ldns_tcp_send_query(ldns_buffer *qbin, int sockfd, const struct sockaddr_storage *to, socklen_t tolen);
/freebsd-11-stable/contrib/ldns/
H A Dnet.c287 if (ldns_tcp_send_query(qbin, sockfd, to, tolen) == 0) {
648 ldns_tcp_send_query(ldns_buffer *qbin, int sockfd, function
974 if (ldns_tcp_send_query(query_wire, resolver->_socket, ns,
/freebsd-11-stable/contrib/ldns-host/
H A Dldns-host.c206 if (ldns_tcp_send_query(qbuf, res->_socket, ns, (socklen_t)ns_len) == 0) {

Completed in 96 milliseconds