Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.c1540 if(!c->tcp_write_and_read) {
1551 if(c->tcp_write_and_read) {
2034 if((c->tcp_write_and_read?c->tcp_write_byte_count:c->tcp_byte_count) < sizeof(uint16_t)) {
2035 uint16_t len = htons(c->tcp_write_and_read?c->tcp_write_pkt_len:sldns_buffer_limit(c->buffer));
2037 if(c->tcp_write_and_read) {
2099 if(c->tcp_write_and_read) {
2110 …if((!c->tcp_write_and_read && sldns_buffer_remaining(c->buffer) == 0) || (c->tcp_write_and_read &&…
2115 log_assert(c->tcp_write_and_read || sldns_buffer_remaining(c->buffer) > 0);
2116 log_assert(!c->tcp_write_and_read || c->tcp_write_byte_count < c->tcp_write_pkt_len + 2);
2118 if(c->tcp_write_and_read) {
[all …]
H A Dnetevent.h312 int tcp_write_and_read; member
/netbsd-src/external/bsd/unbound/dist/services/
H A Doutside_network.c613 pend->c->tcp_write_and_read = 1;
1064 pend->c->tcp_write_and_read = 0;
1289 if(pend->c->tcp_write_and_read) {
1328 pend->c->tcp_write_and_read = 0;