Home | History | Annotate | Download | only in rpc

Lines Matching full:rpc_msg

2  * rpc_msg.h
149 struct rpc_msg {
167 * struct rpc_msg *cmsg;
169 extern bool_t xdr_callmsg (XDR *__xdrs, struct rpc_msg *__cmsg) __THROW;
175 * struct rpc_msg *cmsg;
177 extern bool_t xdr_callhdr (XDR *__xdrs, struct rpc_msg *__cmsg) __THROW;
183 * struct rpc_msg *rmsg;
185 extern bool_t xdr_replymsg (XDR *__xdrs, struct rpc_msg *__rmsg) __THROW;
190 * struct rpc_msg *msg;
193 extern void _seterr_reply (struct rpc_msg *__msg, struct rpc_err *__error)
198 #endif /* rpc/rpc_msg.h */