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

  /src/usr.sbin/faithd/
tcp.c 55 static char tcpbuf[16*1024]; variable
169 cc = write(s_snd, tcpbuf + tboff, (size_t)(tblen - tboff));
175 if (tblen >= sizeof(tcpbuf))
176 tblen = sizeof(tcpbuf) - 1;
177 tcpbuf[tblen] = '\0';
179 direction == 1 ? "client" : "server", tblen, tcpbuf);
264 tblen = read(s_rcv, tcpbuf, sizeof(tcpbuf));
  /src/external/mpl/bind/dist/lib/ns/
client.c 351 REQUIRE(client->tcpbuf == NULL);
353 client->tcpbuf = client->manager->tcp_buffer;
359 if (client->tcpbuf == NULL) {
363 if (client->tcpbuf != client->manager->tcp_buffer) {
364 isc_mem_put(client->manager->mctx, client->tcpbuf,
368 client->tcpbuf = NULL;
382 data = client->tcpbuf;
414 if (isc_buffer_base(buffer) == client->tcpbuf) {
441 client->tcpbuf = new_tcpbuf;
535 if (client->tcpbuf != NULL)
    [all...]
  /src/external/mpl/bind/dist/lib/ns/include/ns/
client.h 181 unsigned char *tcpbuf; member in struct:ns_client

Completed in 16 milliseconds