Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.c3354 if(!c->tcp_write_and_read) {
3365 if(c->tcp_write_and_read) {
3856 if((c->tcp_write_and_read?c->tcp_write_byte_count:c->tcp_byte_count) < sizeof(uint16_t)) {
3857 uint16_t len = htons(c->tcp_write_and_read?c->tcp_write_pkt_len:sldns_buffer_limit(c->buffer));
3859 if(c->tcp_write_and_read) {
3921 if(c->tcp_write_and_read) {
3932 …if((!c->tcp_write_and_read && sldns_buffer_remaining(c->buffer) == 0) || (c->tcp_write_and_read &&…
3937 log_assert(c->tcp_write_and_read || sldns_buffer_remaining(c->buffer) > 0);
3938 log_assert(!c->tcp_write_and_read || c->tcp_write_byte_count < c->tcp_write_pkt_len + 2);
3940 if(c->tcp_write_and_read) {
[all …]
H A Dnetevent.h346 int tcp_write_and_read; member
/freebsd/contrib/unbound/services/
H A Doutside_network.c642 pend->c->tcp_write_and_read = 1;
1122 pend->c->tcp_write_and_read = 0;
1351 if(pend->c->tcp_write_and_read) {
1390 pend->c->tcp_write_and_read = 0;