Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.c3856 if((c->tcp_write_and_read?c->tcp_write_byte_count:c->tcp_byte_count) < sizeof(uint16_t)) {
3869 (void*)(buf+c->tcp_write_byte_count),
3871 c->tcp_write_byte_count);
3874 (void*)(((uint8_t*)&len)+c->tcp_write_byte_count),
3875 (int)(sizeof(uint16_t)-c->tcp_write_byte_count));
3922 c->tcp_write_byte_count += r;
3923 if(c->tcp_write_byte_count < sizeof(uint16_t))
3932 …buffer_remaining(c->buffer) == 0) || (c->tcp_write_and_read && c->tcp_write_byte_count == c->tcp_w…
3938 log_assert(!c->tcp_write_and_read || c->tcp_write_byte_count < c->tcp_write_pkt_len + 2);
3941 r = SSL_write(c->ssl, (void*)(c->tcp_write_pkt + c->tcp_write_byte_count - 2),
[all …]
H A Dnetevent.h353 size_t tcp_write_byte_count; member
/freebsd/contrib/unbound/services/
H A Doutside_network.c643 pend->c->tcp_write_byte_count = 0;
1118 buf, (int)pend->c->tcp_write_byte_count);