iPXE
|
#include <oncrpc.h>
Data Fields | |
struct oncrpc_cred | credential |
uint32_t | stamp |
char * | hostname |
uint32_t | uid |
uint32_t | gid |
uint32_t | aux_gid_len |
uint32_t | aux_gid [16] |
struct oncrpc_cred oncrpc_cred_sys::credential |
Definition at line 52 of file oncrpc.h.
Referenced by nfs_open(), and oncrpc_init_cred_sys().
uint32_t oncrpc_cred_sys::stamp |
Definition at line 53 of file oncrpc.h.
Referenced by oncrpc_init_cred_sys(), and oncrpc_iob_add_cred().
char* oncrpc_cred_sys::hostname |
Definition at line 54 of file oncrpc.h.
Referenced by nfs_free(), nfs_open(), oncrpc_init_cred_sys(), and oncrpc_iob_add_cred().
uint32_t oncrpc_cred_sys::uid |
Definition at line 55 of file oncrpc.h.
Referenced by oncrpc_init_cred_sys(), and oncrpc_iob_add_cred().
uint32_t oncrpc_cred_sys::gid |
Definition at line 56 of file oncrpc.h.
Referenced by oncrpc_init_cred_sys(), and oncrpc_iob_add_cred().
uint32_t oncrpc_cred_sys::aux_gid_len |
Definition at line 57 of file oncrpc.h.
Referenced by oncrpc_init_cred_sys(), and oncrpc_iob_add_cred().
uint32_t oncrpc_cred_sys::aux_gid[16] |
Definition at line 58 of file oncrpc.h.
Referenced by oncrpc_iob_add_cred().