ISC_LIST_ENQUEUE
ISC_LIST_ENQUEUE(root_hints_server_list, newsrv, link);
ISC_LIST_ENQUEUE(lookup->q, query, link);
ISC_LIST_ENQUEUE(l->connecting, query, clink);
ISC_LIST_ENQUEUE(query->recvlist, &query->recvbuf,
ISC_LIST_ENQUEUE(query->sendlist, sendbuf, link);
ISC_LIST_ENQUEUE(query->recvlist, &query->recvbuf, link);
ISC_LIST_ENQUEUE(query->sendlist, buffer, link);
ISC_LIST_ENQUEUE(query->sendlist, buffer, link);
ISC_LIST_ENQUEUE(query->lengthlist, &query->lengthbuf, link);
ISC_LIST_ENQUEUE(query->recvlist, &query->recvbuf, link);
ISC_LIST_ENQUEUE(*dest, newsrv, link);
ISC_LIST_ENQUEUE(*dest, newsrv, link);
ISC_LIST_ENQUEUE(sock->recv_list, dev, ev_link);
ISC_LIST_ENQUEUE(dev->bufferlist, buffer, link);
ISC_LIST_ENQUEUE(sock->send_list, dev, ev_link);
ISC_LIST_ENQUEUE(dev->bufferlist, buffer, link);