Home
last modified time | relevance | path

Searched refs:tcpbuffer (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/bind/dist/bin/named/
H A Dclient.c798 isc_buffer_t *tcpbuffer, isc_uint32_t length, in client_allocsendbuf() argument
806 INSIST((tcpbuffer == NULL && length != 0) || in client_allocsendbuf()
807 (tcpbuffer != NULL && length == 0)); in client_allocsendbuf()
821 if (tcpbuffer != NULL) { in client_allocsendbuf()
822 isc_buffer_init(tcpbuffer, data, TCP_BUFFER_SIZE); in client_allocsendbuf()
980 isc_buffer_t tcpbuffer; in client_send() local
1041 result = client_allocsendbuf(client, &buffer, &tcpbuffer, 0, in client_send()
1126 isc_buffer_putuint16(&tcpbuffer, (isc_uint16_t) r.length); in client_send()
1127 isc_buffer_add(&tcpbuffer, r.length); in client_send()
1128 result = client_sendpkg(client, &tcpbuffer); in client_send()
/minix3/external/bsd/bind/dist/lib/dns/
H A Dresolver.c1866 isc_buffer_t tcpbuffer; in resquery_send() local
1892 isc_buffer_init(&tcpbuffer, query->data, sizeof(query->data)); in resquery_send()
1895 buffer = &tcpbuffer; in resquery_send()
2230 isc_buffer_putuint16(&tcpbuffer, (isc_uint16_t)r.length); in resquery_send()
2231 isc_buffer_add(&tcpbuffer, r.length); in resquery_send()