Searched defs:tcpbuffer (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/bin/named/
H A Dclient.c757 * tcpbuffer is NULL when called from ns_client_sendraw() and
758 * length != 0. tcpbuffer != NULL when called from ns_client_send()
764 isc_buffer_t *tcpbuffer, isc_uint32_t length,
772 INSIST((tcpbuffer == NULL && length != 0) ||
773 (tcpbuffer != NULL && length == 0));
787 if (tcpbuffer != NULL) {
788 isc_buffer_init(tcpbuffer, data, TCP_BUFFER_SIZE);
917 isc_buffer_t tcpbuffer; local
949 result = client_allocsendbuf(client, &buffer, &tcpbuffer, 0,
1017 isc_buffer_putuint16(&tcpbuffer, (isc_uint16_
763 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
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dresolver.c1628 isc_buffer_t tcpbuffer; local
1653 isc_buffer_init(&tcpbuffer, query->data, sizeof(query->data));
1656 buffer = &tcpbuffer;
1915 isc_buffer_putuint16(&tcpbuffer, (isc_uint16_t)r.length);
1916 isc_buffer_add(&tcpbuffer, r.length);

Completed in 24 milliseconds