nfs-ganesha 1.4
|
Prototypes for the RPC credentials used in NFS. More...
#include <pthread.h>
#include <sys/types.h>
#include <sys/param.h>
#include "ganesha_rpc.h"
#include "LRU_List.h"
#include "fsal.h"
#include "cache_inode.h"
#include "nfs23.h"
#include "nfs4.h"
#include "mount.h"
#include "err_LRU_List.h"
#include "err_HashTable.h"
Go to the source code of this file.
Classes | |
struct | CredUnix__ |
struct | CredGss__ |
union | CredData__ |
struct | RPCSEC_GSS_cred__ |
Typedefs | |
typedef enum CredType__ | CredType_t |
typedef struct CredUnix__ | CredUnix_t |
typedef struct CredGss__ | CredGss_t |
typedef union CredData__ | CredData_t |
typedef struct RPCSEC_GSS_cred__ | RPCSEC_GSS_cred_t |
Enumerations | |
enum | CredType__ { CRED_NONE = 1, CRED_UNIX = 2, CRED_GSS = 3 } |
Prototypes for the RPC credentials used in NFS.
nfs_creds.h : Prototypes for the RPC credentials used in NFS.
Definition in file nfs_creds.h.
typedef union CredData__ CredData_t |
typedef enum CredType__ CredType_t |
typedef struct CredUnix__ CredUnix_t |
typedef struct RPCSEC_GSS_cred__ RPCSEC_GSS_cred_t |
enum CredType__ |
Definition at line 57 of file nfs_creds.h.