Home
last modified time | relevance | path

Searched refs:tcp_write_byte_count (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/unbound/util/
H A Dnetevent.c1510 (void*)(buf+c->tcp_write_byte_count),
1512 c->tcp_write_byte_count);
1563 c->tcp_write_byte_count += r;
1564 if(c->tcp_write_byte_count < sizeof(uint16_t))
1615 c->tcp_write_byte_count += r;
1929 c->tcp_write_byte_count += r;
1930 if(c->tcp_write_byte_count < sizeof(uint16_t))
1967 sizeof(uint16_t)-c->tcp_write_byte_count, 0);
2011 c->tcp_write_byte_count += r;
2012 if(c->tcp_write_byte_count < sizeof(uint16_t))
[all …]
H A Dnetevent.h295 size_t tcp_write_byte_count; member
/freebsd-13.1/contrib/unbound/services/
H A Doutside_network.c590 pend->c->tcp_write_byte_count = 0;
989 buf, (int)pend->c->tcp_write_byte_count);