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