Home
last modified time | relevance | path

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

/freebsd-src/contrib/ldns/
H A Dnet.c298 ldns_tcp_bgsend_from(ldns_buffer *qbin, argument
307 if (sockfd >= 0 && ldns_tcp_send_query(qbin, sockfd, to, tolen) == 0) {
316 ldns_tcp_bgsend(ldns_buffer *qbin, argument
320 int s = ldns_tcp_bgsend_from(qbin, to, tolen, NULL, 0, timeout);
325 ldns_tcp_bgsend2(ldns_buffer *qbin, argument
329 return ldns_tcp_bgsend_from(qbin, to, tolen, NULL, 0, timeout);
336 ldns_tcp_send_from(uint8_t **result, ldns_buffer *qbin, argument
344 sockfd = ldns_tcp_bgsend_from(qbin, to, tolen, from, fromlen, timeout);
363 ldns_tcp_send(uint8_t **result, ldns_buffer *qbin, argument
367 return ldns_tcp_send_from(result, qbin,
[all …]
/freebsd-src/contrib/ldns/ldns/
H A Dnet.h42 ldns_status ldns_udp_send(uint8_t **result, ldns_buffer *qbin, const struct sockaddr_storage *to, s…
53 int ldns_udp_bgsend2(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct …
66 int ldns_udp_bgsend(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct t…
77 int ldns_tcp_bgsend2(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct …
90 int ldns_tcp_bgsend(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct t…
103 ldns_status ldns_tcp_send(uint8_t **result, ldns_buffer *qbin, const struct sockaddr_storage *to, s…
175 ssize_t ldns_tcp_send_query(ldns_buffer *qbin, int sockfd, const struct sockaddr_storage *to, sockl…
186 ssize_t ldns_udp_send_query(ldns_buffer *qbin, int sockfd, const struct sockaddr_storage *to, sockl…
H A Dnet.h.in34 * \param[in] qbin the ldns_buffer to be send
42 ldns_status ldns_udp_send(uint8_t **result, ldns_buffer *qbin, const struct sockaddr_storage *to, s…
47 * \param[in] qbin the ldns_buffer to be send
53 int ldns_udp_bgsend2(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct …
60 * \param[in] qbin the ldns_buffer to be send
66 int ldns_udp_bgsend(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct t…
71 * \param[in] qbin the ldns_buffer to be send
77 int ldns_tcp_bgsend2(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct …
84 * \param[in] qbin the ldns_buffer to be send
90 int ldns_tcp_bgsend(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct t…
[all …]