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

  /src/external/mpl/bind/dist/bin/tests/
wire_test.c 240 unsigned int tcplen; local
246 tcplen = isc_buffer_getuint16(input);
248 if (isc_buffer_remaininglength(input) < tcplen) {
  /src/external/bsd/nsd/dist/
query.h 78 uint16_t tcplen; member in struct:query
server.c 4574 (char*) &data->query->tcplen + data->bytes_transmitted,
4580 * Not done with the tcplen yet, wait for more
4587 data->query->tcplen = ntohs(data->query->tcplen);
4597 if (data->query->tcplen < QHEADERSZ + 1 + sizeof(uint16_t) + sizeof(uint16_t)) {
4603 if (data->query->tcplen > data->query->maxlen) {
4609 buffer_set_limit(data->query->packet, data->query->tcplen);
4628 assert(buffer_position(data->query->packet) == data->query->tcplen);
4694 data->query->tcplen = buffer_remaining(data->query->packet);
4753 if (data->bytes_transmitted < sizeof(q->tcplen)) {
    [all...]
  /src/external/mpl/bind/dist/lib/isc/netmgr/
tcp.c 1028 *(uint16_t *)uvreq->tcplen = htons(region->length);
1143 if (*(uint16_t *)req->tcplen == 0) {
1162 bufs[0].base = req->tcplen;
1176 bufs[0].base = req->tcplen + 1;
tlsstream.c 615 if (*(uint16_t *)send_data->tcplen != 0) {
633 memmove(sendbuf, send_data->tcplen,
1087 *(uint16_t *)uvreq->tcplen = htons(region->length);
netmgr-int.h 303 char tcplen[2]; /* The TCP DNS message length */ member in struct:isc__nm_uvreq
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
tcpdns.c 1098 *(uint16_t *)uvreq->tcplen = htons(region->length);
1161 uv_buf_t bufs[2] = { { .base = uvreq->tcplen, .len = 2 },
1184 bufs[0].base = uvreq->tcplen + 1;
netmgr-int.h 332 char tcplen[2]; /* The TCP DNS message length */ member in struct:isc__nm_uvreq
  /src/external/bsd/unbound/dist/services/
listen_dnsport.c 3984 * This includes the tcplen start uint16_t, in outlen_wire. */
4092 uint16_t tcplen = 0; local
4097 tcplen = stream->inlen;
4101 memmove(((uint8_t*)&tcplen)+stream->nread, data, todolen);
4107 stream->inlen = ntohs(tcplen);
4112 stream->inlen = tcplen;

Completed in 25 milliseconds