Searched refs:sendbuf (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/ntp/lib/isc/tests/
H A Dsocket_test.c89 char sendbuf[BUFSIZ], recvbuf[BUFSIZ]; local
119 strcpy(sendbuf, "Hello");
120 r.base = (void *) sendbuf;
121 r.length = strlen(sendbuf) + 1;
160 char sendbuf[BUFSIZ], recvbuf[BUFSIZ]; local
193 strcpy(sendbuf, "Hello");
194 r.base = (void *) sendbuf;
195 r.length = strlen(sendbuf) + 1;
205 strcpy(sendbuf, "World");
206 r.base = (void *) sendbuf;
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwderror.c72 client->sendbuf = client->buffer;
H A Dlwdclient.c384 INSIST(client->sendbuf == NULL);
414 INSIST(client->sendbuf == dev->region.base);
419 if (client->sendbuf != client->buffer)
420 lwres_context_freemem(cm->lwctx, client->sendbuf,
422 client->sendbuf = NULL;
452 client->sendbuf = NULL;
H A Dlwdnoop.c64 client->sendbuf = r.base;
H A Dlwdgnba.c138 client->sendbuf = r.base;
H A Dclient.c170 * Its "query" struct and sendbuf are initialized.
766 unsigned char *sendbuf, unsigned char **datap)
797 data = sendbuf;
874 unsigned char sendbuf[SEND_BUFFER_SIZE]; local
887 sendbuf, &data);
922 unsigned char sendbuf[SEND_BUFFER_SIZE]; local
969 sendbuf, &data);
764 client_allocsendbuf(ns_client_t *client, isc_buffer_t *buffer, isc_buffer_t *tcpbuffer, isc_uint32_t length, unsigned char *sendbuf, unsigned char **datap) argument
H A Dlwdgabn.c244 client->sendbuf = r.base;
H A Dlwdgrbn.c356 client->sendbuf = r.base;
/freebsd-9.3-release/usr.sbin/bluetooth/btpand/
H A Dchannel.c87 chan->sendbuf = malloc(chan->mtu);
88 if (chan->sendbuf == NULL) {
89 log_err("Could not malloc channel sendbuf: %m");
159 free(chan->sendbuf);
H A Dbnep.c647 p = chan->sendbuf;
679 if (p + eh->len > chan->sendbuf + chan->mtu)
691 iov[0].iov_base = chan->sendbuf;
692 iov[0].iov_len = (p - chan->sendbuf);
H A Dbtpand.h102 uint8_t * sendbuf; member in struct:channel
/freebsd-9.3-release/usr.bin/csup/
H A Dmux.c157 struct buf *sendbuf; member in struct:chan
495 avail = buf_avail(chan->sendbuf);
501 buf_put(chan->sendbuf, cp + pos, n);
592 chan->sendbuf = buf_new(CHAN_SBSIZE);
614 buf_free(chan->sendbuf);
825 size = min(buf_count(chan->sendbuf), chan->sendmss);
849 buf = chan->sendbuf;
942 buf_count(chan->sendbuf) > 0)
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dlwdclient.h60 * Send data state. If sendbuf != buffer (that is, the send buffer
63 unsigned char *sendbuf; member in struct:ns_lwdclient
/freebsd-9.3-release/contrib/bind9/bin/dig/include/dig/
H A Ddig.h223 isc_buffer_t sendbuf; member in struct:dig_query
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddighost.c2344 query->sendbuf = lookup->renderbuf;
2607 isc_buffer_t *sendbuf; local
2654 sendbuf = clone_buffer(&query->sendbuf);
2655 ISC_LIST_ENQUEUE(query->sendlist, sendbuf, link);
2846 isc_buffer_putuint16(&query->slbuf, (isc_uint16_t) query->sendbuf.used);
2853 buffer = clone_buffer(&query->sendbuf);

Completed in 123 milliseconds