Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.c2959 c->tcp_byte_count = 0;
3307 c->tcp_byte_count = 0;
3319 c->tcp_byte_count = 0;
3350 c->tcp_byte_count = 0;
3581 if(c->tcp_byte_count < current_read_size) {
3584 c->buffer, c->tcp_byte_count),
3586 c->tcp_byte_count)) <= 0) {
3615 c->tcp_byte_count += r;
3617 if(c->tcp_byte_count != current_read_size) return 1;
3649 } else if(c->tcp_byte_count < current_read_size) {
[all …]
H A Dnetevent.h224 size_t tcp_byte_count; member
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c2211 if(req->cp->tcp_byte_count != 0) { in tcp_req_info_setup_listen()
2289 req->cp->tcp_byte_count = 0; in tcp_req_info_handle_read_close()
2460 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;