HomeSort by: relevance | last modified time | path
    Searched refs:tcp_byte_count (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
netevent.c 2941 c->tcp_byte_count = 0;
3344 c->tcp_byte_count = 0;
3356 c->tcp_byte_count = 0;
3387 c->tcp_byte_count = 0;
3618 if(c->tcp_byte_count < current_read_size) {
3621 c->buffer, c->tcp_byte_count),
3623 c->tcp_byte_count)) <= 0) {
3652 c->tcp_byte_count += r;
3654 if(c->tcp_byte_count != current_read_size) return 1;
3686 } else if(c->tcp_byte_count < current_read_size)
    [all...]
netevent.h 224 size_t tcp_byte_count; member in struct:comm_point
  /src/external/bsd/unbound/dist/services/
listen_dnsport.c 2226 if(req->cp->tcp_byte_count != 0) {
2462 if(req->cp->tcp_is_reading && req->cp->tcp_byte_count == 0) {
outside_network.c 1336 pend_tcp->c->tcp_byte_count = 0;

Completed in 22 milliseconds