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

/freebsd-11-stable/contrib/ldns/ldns/
H A Dnet.h34 * \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, socklen_t tolen, struct timeval timeout, size_t *answersize);
47 * \param[in] qbin the ldns_buffer to be send
53 int ldns_udp_bgsend(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout);
58 * \param[in] qbin the ldns_buffer to be send
64 int ldns_tcp_bgsend(ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout);
68 * \param[in] qbin the ldns_buffer to be send
69 * \param[in] qbin the ldns_buffer to be send
77 ldns_status ldns_tcp_send(uint8_t **result, ldns_buffer *qbin, const struct sockaddr_storage *to, socklen_t tolen, struct timeval timeout, size_t *answersize);
122 * \param[in] qbin th
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dnet.c274 ldns_tcp_bgsend_from(ldns_buffer *qbin, argument
287 if (ldns_tcp_send_query(qbin, sockfd, to, tolen) == 0) {
300 ldns_tcp_bgsend(ldns_buffer *qbin, argument
304 return ldns_tcp_bgsend_from(qbin, to, tolen, NULL, 0, timeout);
312 ldns_tcp_send_from(uint8_t **result, ldns_buffer *qbin, argument
320 sockfd = ldns_tcp_bgsend_from(qbin, to, tolen, from, fromlen, timeout);
348 ldns_tcp_send(uint8_t **result, ldns_buffer *qbin, argument
352 return ldns_tcp_send_from(result, qbin,
372 ldns_udp_bgsend_from(ldns_buffer *qbin, argument
389 if (ldns_udp_send_query(qbin, sockf
401 ldns_udp_bgsend(ldns_buffer *qbin, const struct sockaddr_storage *to , socklen_t tolen, struct timeval timeout) argument
409 ldns_udp_send_from(uint8_t **result, ldns_buffer *qbin, const struct sockaddr_storage *to , socklen_t tolen, const struct sockaddr_storage *from, socklen_t fromlen, struct timeval timeout, size_t *answer_size) argument
455 ldns_udp_send(uint8_t **result, ldns_buffer *qbin, const struct sockaddr_storage *to , socklen_t tolen, struct timeval timeout, size_t *answer_size) argument
648 ldns_tcp_send_query(ldns_buffer *qbin, int sockfd, const struct sockaddr_storage *to, socklen_t tolen) argument
673 ldns_udp_send_query(ldns_buffer *qbin, int sockfd, const struct sockaddr_storage *to, socklen_t tolen) argument
[all...]

Completed in 109 milliseconds