sendlist
isc_bufferlist_t sendlist,
ISC_LIST_INIT(query->sendlist);
ISC_LIST_ENQUEUE(query->sendlist, sendbuf, link);
result = isc_socket_sendtov2(query->sock, &query->sendlist,
ISC_LIST_INIT(query->sendlist);
ISC_LIST_ENQUEUE(query->sendlist, buffer, link);
ISC_LIST_ENQUEUE(query->sendlist, buffer, link);
result = isc_socket_sendv(query->sock, &query->sendlist,
static struct sendlist Sendlist[] = {
#define GETSEND(name) ((struct sendlist *) genget(name, (char **) Sendlist, \
sizeof(struct sendlist)))
struct sendlist *s; /* pointer to current command */
struct sendlist *s; /* pointer to current command */