Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.c2034 if((c->tcp_write_and_read?c->tcp_write_byte_count:c->tcp_byte_count) < sizeof(uint16_t)) {
2047 (void*)(buf+c->tcp_write_byte_count),
2049 c->tcp_write_byte_count);
2052 (void*)(((uint8_t*)&len)+c->tcp_write_byte_count),
2053 (int)(sizeof(uint16_t)-c->tcp_write_byte_count));
2100 c->tcp_write_byte_count += r;
2101 if(c->tcp_write_byte_count < sizeof(uint16_t))
2110 …buffer_remaining(c->buffer) == 0) || (c->tcp_write_and_read && c->tcp_write_byte_count == c->tcp_w…
2116 log_assert(!c->tcp_write_and_read || c->tcp_write_byte_count < c->tcp_write_pkt_len + 2);
2119 r = SSL_write(c->ssl, (void*)(c->tcp_write_pkt + c->tcp_write_byte_count - 2),
[all …]
H A Dnetevent.h319 size_t tcp_write_byte_count; member
/netbsd-src/external/bsd/unbound/dist/services/
H A Doutside_network.c614 pend->c->tcp_write_byte_count = 0;
1060 buf, (int)pend->c->tcp_write_byte_count);