Lines Matching refs:reply
116 struct rpc_reply *reply;
169 recvrpc, &ptr, (void **)&reply);
178 if (cc <= sizeof(*reply)) {
185 * Check the RPC reply status.
188 auth = &reply->rp_u.rpu_rok.rok_auth;
193 printf("callrpc: reply auth != NULL\n");
199 x = ntohl(reply->rp_u.rpu_rok.rok_status);
207 rsize = cc - sizeof(*reply);
208 *rdata = (void *)((uintptr_t)reply + sizeof(*reply));
222 struct rpc_reply *reply;
233 n = readudp(d, &ptr, (void **)&reply, tleft);
239 x = ntohl(reply->rp_xid);
249 x = ntohl(reply->rp_direction);
259 x = ntohl(reply->rp_astatus);
261 errno = ntohl(reply->rp_u.rpu_errno);
268 *payload = reply;
274 * Given a pointer to a reply just received,
289 /* RPC reply header: */