Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.c3820 uint16_t len = htons(c->tcp_write_and_read?c->tcp_write_pkt_len:sldns_buffer_limit(c->buffer));
3823 if(c->tcp_write_pkt_len + 2 < LDNS_RR_BUF_SIZE) {
3830 c->tcp_write_pkt_len);
3833 c->tcp_write_pkt_len + 2 -
3895 …>buffer) == 0) || (c->tcp_write_and_read && c->tcp_write_byte_count == c->tcp_write_pkt_len + 2)) {
3901 log_assert(!c->tcp_write_and_read || c->tcp_write_byte_count < c->tcp_write_pkt_len + 2);
3905 (int)(c->tcp_write_pkt_len + 2 - c->tcp_write_byte_count));
3942 …>buffer) == 0) || (c->tcp_write_and_read && c->tcp_write_byte_count == c->tcp_write_pkt_len + 2)) {
4288 uint16_t len = htons(c->tcp_write_and_read?c->tcp_write_pkt_len:sldns_buffer_limit(buffer));
4297 iov[1].iov_len = c->tcp_write_pkt_len;
[all …]
H A Dnetevent.h359 size_t tcp_write_pkt_len; member
/freebsd/contrib/unbound/services/
H A Doutside_network.c612 pend->c->tcp_write_pkt_len = w->pkt_len;
1051 pend->c->tcp_write_pkt_len == pend->query->pkt_len) {
1063 pend->c->tcp_write_pkt_len = 0;
1308 log_assert(pend->query->pkt_len == pend->c->tcp_write_pkt_len);
1310 pend->c->tcp_write_pkt_len = 0;