auth_req
nfsauth_access(auth_req *argp, auth_res *result)
boolean_t auth_req = FALSE;
auth_req = ni->hd_msgs[message & 0xff].hm_auth_required;
return (auth_req);
typedef struct auth_req auth_req;
auth_req areq;