Lines Matching refs:reply
123 struct rpc_reply *reply; in rpc_call() local
184 recv_head -= sizeof(*reply); in rpc_call()
197 if (cc <= sizeof(*reply)) { in rpc_call()
208 reply = (struct rpc_reply *)recv_head; in rpc_call()
209 auth = &reply->rp_u.rpu_rok.rok_auth; in rpc_call()
219 x = ntohl(reply->rp_u.rpu_rok.rok_status); in rpc_call()
225 recv_head += sizeof(*reply); in rpc_call()
238 struct rpc_reply *reply; in recvrpc() local
252 reply = (struct rpc_reply *)pkt; in recvrpc()
254 x = ntohl(reply->rp_xid); in recvrpc()
263 x = ntohl(reply->rp_direction); in recvrpc()
272 x = ntohl(reply->rp_astatus); in recvrpc()
274 errno = ntohl(reply->rp_u.rpu_errno); in recvrpc()