HomeSort by: relevance | last modified time | path
    Searched refs:tcp_write_pkt_len (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
netevent.h 352 * 2+tcp_write_pkt_len, and includes the tcp length bytes. */
361 size_t tcp_write_pkt_len; member in struct:comm_point
netevent.c 3857 uint16_t len = htons(c->tcp_write_and_read?c->tcp_write_pkt_len:sldns_buffer_limit(c->buffer));
3860 if(c->tcp_write_pkt_len + 2 < LDNS_RR_BUF_SIZE) {
3867 c->tcp_write_pkt_len);
3870 c->tcp_write_pkt_len + 2 -
3932 if((!c->tcp_write_and_read && sldns_buffer_remaining(c->buffer) == 0) || (c->tcp_write_and_read && c->tcp_write_byte_count == c->tcp_write_pkt_len + 2)) {
3938 log_assert(!c->tcp_write_and_read || c->tcp_write_byte_count < c->tcp_write_pkt_len + 2);
3942 (int)(c->tcp_write_pkt_len + 2 - c->tcp_write_byte_count));
3979 if((!c->tcp_write_and_read && sldns_buffer_remaining(c->buffer) == 0) || (c->tcp_write_and_read && c->tcp_write_byte_count == c->tcp_write_pkt_len + 2)) {
4325 uint16_t len = htons(c->tcp_write_and_read?c->tcp_write_pkt_len:sldns_buffer_limit(buffer));
4334 iov[1].iov_len = c->tcp_write_pkt_len;
    [all...]
  /src/external/bsd/unbound/dist/services/
outside_network.c 641 pend->c->tcp_write_pkt_len = w->pkt_len;
1109 pend->c->tcp_write_pkt_len == pend->query->pkt_len) {
1121 pend->c->tcp_write_pkt_len = 0;
1370 log_assert(pend->query->pkt_len == pend->c->tcp_write_pkt_len);
1372 pend->c->tcp_write_pkt_len = 0;

Completed in 25 milliseconds