Searched refs:ldns_tcp_bgsend_from (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ldns/ |
H A D | net.c | 298 ldns_tcp_bgsend_from(ldns_buffer *qbin, function 320 int s = ldns_tcp_bgsend_from(qbin, to, tolen, NULL, 0, timeout); 329 return ldns_tcp_bgsend_from(qbin, to, tolen, NULL, 0, timeout); 344 sockfd = ldns_tcp_bgsend_from(qbin, to, tolen, from, fromlen, timeout);
|