Lines Matching full:timeout
37 * \param[in] timeout the timeout value for the network
42 …qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout, size_t *answersi…
50 * \param[in] timeout *unused*, was the timeout value for the network
53 …nd2(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout);
63 * \param[in] timeout *unused*, was the timeout value for the network
66 …end(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout);
74 * \param[in] timeout the timeout value for the connect attempt
77 …nd2(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout);
87 * \param[in] timeout the timeout value for the connect attempt
90 …end(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout);
98 * \param[in] timeout the timeout value for the network
103 …qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout, size_t *answersi…
132 * \param[in] timeout timeout for the connect attempt
135 int ldns_tcp_connect2(const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout);
143 * \param[in] timeout timeout for the connect attempt
146 int ldns_tcp_connect(const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout);
151 * \param[in] timeout *unused*, was timeout for the socket
154 int ldns_udp_connect2(const struct sockaddr_storage *to, struct timeval timeout);
161 * \param[in] timeout *unused*, was timeout for the socket
164 int ldns_udp_connect(const struct sockaddr_storage *to, struct timeval timeout);
194 * \param[in] timeout the time allowed between packets.
197 uint8_t *ldns_tcp_read_wire_timeout(int sockfd, size_t *size, struct timeval timeout);