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.c3352 if(!c->tcp_write_and_read) {
3363 if(c->tcp_write_and_read) {
3854 if((c->tcp_write_and_read?c->tcp_write_byte_count:c->tcp_byte_count) < sizeof(uint16_t)) {
3855 uint16_t len = htons(c->tcp_write_and_read?c->tcp_write_pkt_len:sldns_buffer_limit(c->buffer));
3857 if(c->tcp_write_and_read) {
3919 if(c->tcp_write_and_read) {
3930 …if((!c->tcp_write_and_read && sldns_buffer_remaining(c->buffer) == 0) || (c->tcp_write_and_read &&…
3935 log_assert(c->tcp_write_and_read || sldns_buffer_remaining(c->buffer) > 0);
3936 log_assert(!c->tcp_write_and_read || c->tcp_write_byte_count < c->tcp_write_pkt_len + 2);
3938 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.c627 pend->c->tcp_write_and_read = 1;
1079 pend->c->tcp_write_and_read = 0;
1304 if(pend->c->tcp_write_and_read) {
1343 pend->c->tcp_write_and_read = 0;