Lines Matching refs:XDR
164 * XDR routine to handle an rpc message.
166 * XDR *xdrs;
169 extern bool_t xdr_callmsg (XDR *, struct rpc_msg *);
172 * XDR routine to pre-serialize the static part of an rpc message.
174 * XDR *xdrs;
177 extern bool_t xdr_callhdr (XDR *, struct rpc_msg *);
180 * XDR routine to handle an rpc reply.
182 * XDR *xdrs;
185 extern bool_t xdr_replymsg (XDR *, struct rpc_msg *);
189 * XDR routine to handle a accepted rpc reply.
191 * XDR *xdrs;
194 extern bool_t xdr_accepted_reply (XDR *, struct accepted_reply *);
197 * XDR routine to handle a rejected rpc reply.
199 * XDR *xdrs;
202 extern bool_t xdr_rejected_reply (XDR *, struct rejected_reply *);