Lines Matching defs:reply
212 /* We need to break the callbacks before sending the reply as the
213 * server holds up change visibility till it receives our reply so as
558 } reply;
562 memset(&reply, 0, sizeof(reply));
564 reply.ia.uuid[0] = call->net->uuid.time_low;
565 reply.ia.uuid[1] = htonl(ntohs(call->net->uuid.time_mid));
566 reply.ia.uuid[2] = htonl(ntohs(call->net->uuid.time_hi_and_version));
567 reply.ia.uuid[3] = htonl((s8) call->net->uuid.clock_seq_hi_and_reserved);
568 reply.ia.uuid[4] = htonl((s8) call->net->uuid.clock_seq_low);
570 reply.ia.uuid[loop + 5] = htonl((s8) call->net->uuid.node[loop]);
572 reply.cap.capcount = htonl(1);
573 reply.cap.caps[0] = htonl(AFS_CAP_ERROR_TRANSLATION);
574 afs_send_simple_reply(call, &reply, sizeof(reply));