Home
last modified time | relevance | path

Searched refs:tcp_byte_count (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.c1182 c->tcp_byte_count = 0;
1530 c->tcp_byte_count = 0;
1542 c->tcp_byte_count = 0;
1573 c->tcp_byte_count = 0;
1796 if(c->tcp_byte_count < current_read_size) {
1799 c->buffer, c->tcp_byte_count),
1801 c->tcp_byte_count)) <= 0) {
1830 c->tcp_byte_count += r;
1832 if(c->tcp_byte_count != current_read_size) return 1;
1864 } else if(c->tcp_byte_count < current_read_size) {
[all …]
H A Dnetevent.h199 size_t tcp_byte_count; member
/netbsd-src/external/bsd/unbound/dist/services/
H A Dlisten_dnsport.c2099 if(req->cp->tcp_byte_count != 0) { in tcp_req_info_setup_listen()
2177 req->cp->tcp_byte_count = 0; in tcp_req_info_handle_read_close()
2348 if(req->cp->tcp_is_reading && req->cp->tcp_byte_count == 0) { in tcp_req_info_send_reply()
H A Doutside_network.c1274 pend_tcp->c->tcp_byte_count = 0;