ReactOS 0.4.15-dev-7942-gd23573b
__nfs41_exchange_id_res Struct Reference

#include <nfs41_ops.h>

Collaboration diagram for __nfs41_exchange_id_res:

Public Attributes

uint32_t status
 
uint64_t clientid
 
uint32_t sequenceid
 
uint32_t flags
 
state_protect4_r state_protect
 
server_owner4 server_owner
 
uint32_t server_scope_len
 
char server_scope [NFS4_OPAQUE_LIMIT]
 

Detailed Description

Definition at line 131 of file nfs41_ops.h.

Member Data Documentation

◆ clientid

uint64_t __nfs41_exchange_id_res::clientid

Definition at line 133 of file nfs41_ops.h.

◆ flags

uint32_t __nfs41_exchange_id_res::flags

Definition at line 135 of file nfs41_ops.h.

Referenced by nfs41_client_renew().

◆ sequenceid

uint32_t __nfs41_exchange_id_res::sequenceid

Definition at line 134 of file nfs41_ops.h.

◆ server_owner

server_owner4 __nfs41_exchange_id_res::server_owner

Definition at line 137 of file nfs41_ops.h.

◆ server_scope

char __nfs41_exchange_id_res::server_scope[NFS4_OPAQUE_LIMIT]

Definition at line 139 of file nfs41_ops.h.

◆ server_scope_len

uint32_t __nfs41_exchange_id_res::server_scope_len

Definition at line 138 of file nfs41_ops.h.

◆ state_protect

state_protect4_r __nfs41_exchange_id_res::state_protect

Definition at line 136 of file nfs41_ops.h.

◆ status

uint32_t __nfs41_exchange_id_res::status

Definition at line 132 of file nfs41_ops.h.


The documentation for this struct was generated from the following file: