Searched defs:tcpbuffer (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/bin/named/ |
H A D | client.c | 821 * tcpbuffer is NULL when called from ns_client_sendraw() and 822 * length != 0. tcpbuffer != NULL when called from ns_client_send() 828 isc_buffer_t *tcpbuffer, isc_uint32_t length, 836 INSIST((tcpbuffer == NULL && length != 0) || 837 (tcpbuffer != NULL && length == 0)); 851 if (tcpbuffer != NULL) { 852 isc_buffer_init(tcpbuffer, data, TCP_BUFFER_SIZE); 1013 isc_buffer_t tcpbuffer; local 1087 result = client_allocsendbuf(client, &buffer, &tcpbuffer, 0, 1200 isc_buffer_putuint16(&tcpbuffer, (isc_uint16_ 827 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.11.3/lib/dns/ |
H A D | resolver.c | 2112 isc_buffer_t tcpbuffer; local 2146 isc_buffer_init(&tcpbuffer, query->data, sizeof(query->data)); 2149 buffer = &tcpbuffer; 2506 isc_buffer_putuint16(&tcpbuffer, (isc_uint16_t)r.length); 2507 isc_buffer_add(&tcpbuffer, r.length);
|
Completed in 38 milliseconds