Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/util/
H A Dnetevent.c3832 (void*)(buf+c->tcp_write_byte_count),
3834 c->tcp_write_byte_count);
3885 c->tcp_write_byte_count += r;
3886 if(c->tcp_write_byte_count < sizeof(uint16_t))
3937 c->tcp_write_byte_count += r;
4364 c->tcp_write_byte_count += r;
4365 if(c->tcp_write_byte_count < sizeof(uint16_t))
4402 sizeof(uint16_t)-c->tcp_write_byte_count, 0);
4449 c->tcp_write_byte_count += r;
4450 if(c->tcp_write_byte_count < sizeof(uint16_t))
[all …]
H A Dnetevent.h351 size_t tcp_write_byte_count; member
/freebsd-14.2/contrib/unbound/services/
H A Doutside_network.c614 pend->c->tcp_write_byte_count = 0;
1060 buf, (int)pend->c->tcp_write_byte_count);