ReactOS 0.4.15-dev-7918-g2a2556c
rpc_err Struct Reference

#include <clnt.h>

Collaboration diagram for rpc_err:

Public Attributes

enum clnt_stat re_status
 
union {
   int   RE_errno
 
   enum auth_stat   RE_why
 
   struct {
      rpcvers_t   low
 
      rpcvers_t   high
 
   }   RE_vers
 
   struct {
      int32_t   s1
 
      int32_t   s2
 
   }   RE_lb
 
ru
 

Detailed Description

Definition at line 95 of file clnt.h.

Member Data Documentation

◆ high

rpcvers_t rpc_err::high

Definition at line 102 of file clnt.h.

Referenced by clnt_create_vers_timed().

◆ low

rpcvers_t rpc_err::low

Definition at line 101 of file clnt.h.

Referenced by __rpcb_findaddr_timed(), and clnt_create_vers_timed().

◆ RE_errno

int rpc_err::RE_errno

Definition at line 98 of file clnt.h.

◆ 

struct { ... } rpc_err::RE_lb

◆ re_status

enum clnt_stat rpc_err::re_status

Definition at line 96 of file clnt.h.

◆ 

struct { ... } rpc_err::RE_vers

◆ RE_why

enum auth_stat rpc_err::RE_why

Definition at line 99 of file clnt.h.

◆ 

union { ... } rpc_err::ru

◆ s1

int32_t rpc_err::s1

Definition at line 105 of file clnt.h.

◆ s2

int32_t rpc_err::s2

Definition at line 106 of file clnt.h.


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