| H A D | net.c | 298 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 …]
|