ReactOS 0.4.15-dev-7842-g558ab78
accepted_reply Struct Reference

#include <rpc_msg.h>

Collaboration diagram for accepted_reply:

Public Attributes

struct opaque_auth ar_verf
 
enum accept_stat ar_stat
 
union {
   struct {
      rpcvers_t   low
 
      rpcvers_t   high
 
   }   AR_versions
 
   struct {
      caddr_t   where
 
      xdrproc_t   proc
 
   }   AR_results
 
ru
 

Detailed Description

Definition at line 110 of file rpc_msg.h.

Member Data Documentation

◆ 

struct { ... } accepted_reply::AR_results

◆ ar_stat

enum accept_stat accepted_reply::ar_stat

Definition at line 112 of file rpc_msg.h.

Referenced by xdr_accepted_reply().

◆ ar_verf

struct opaque_auth accepted_reply::ar_verf

Definition at line 111 of file rpc_msg.h.

Referenced by xdr_accepted_reply().

◆ 

struct { ... } accepted_reply::AR_versions

◆ high

rpcvers_t accepted_reply::high

Definition at line 116 of file rpc_msg.h.

Referenced by xdr_accepted_reply().

◆ low

rpcvers_t accepted_reply::low

Definition at line 115 of file rpc_msg.h.

Referenced by xdr_accepted_reply().

◆ proc

xdrproc_t accepted_reply::proc

Definition at line 120 of file rpc_msg.h.

Referenced by xdr_accepted_reply().

◆ 

union { ... } accepted_reply::ru

◆ where

caddr_t accepted_reply::where

Definition at line 119 of file rpc_msg.h.

Referenced by xdr_accepted_reply().


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