Home | History | Annotate | Download | only in rpc

Lines Matching full:rpc_msg

1 /* @(#)rpc_msg.h	2.1 88/07/29 4.0 RPCSRC */
30 /* @(#)rpc_msg.h 1.7 86/07/16 SMI */
41 * rpc_msg.h
153 struct rpc_msg {
171 * struct rpc_msg *cmsg;
173 extern bool_t xdr_callmsg (XDR *__xdrs, struct rpc_msg *__cmsg) __THROW;
179 * struct rpc_msg *cmsg;
181 extern bool_t xdr_callhdr (XDR *__xdrs, struct rpc_msg *__cmsg) __THROW;
187 * struct rpc_msg *rmsg;
189 extern bool_t xdr_replymsg (XDR *__xdrs, struct rpc_msg *__rmsg) __THROW;
194 * struct rpc_msg *msg;
197 extern void _seterr_reply (struct rpc_msg *__msg, struct rpc_err *__error)
202 #endif /* rpc/rpc_msg.h */