3 * - Sun RPC (RFC 1057) implementation
5 * - Protocol definition
7 #ifndef _SUNRPC_PROTO_H_
8 #define _SUNRPC_PROTO_H_
12 Uint32 RPCVers; //!< Version (2)
13 Uint32 Program; //!< Program Identifier
14 Uint32 Version; //!< Program Version
20 tNet32 XID; //!< Transaction Identifier
23 struct sRPC_CallBody Call;