Go to the source code of this file.
◆ xdr_rmtcall_args()
Definition at line 119 of file pmap_rmt.c.
123 u_int lenposition, argposition, position;
135 if (! (*(
cap->xdr_args))(xdrs,
cap->args_ptr))
bool_t xdr_u_long(XDR *xdrs, u_long *ulp)
#define XDR_SETPOS(xdrs, pos)
Referenced by rpc_broadcast_exp().
◆ xdr_rmtcallres()
Definition at line 153 of file pmap_rmt.c.
162 port_ptr = (
caddr_t)(
void *)crp->port_ptr;
165 crp->port_ptr = (
u_long *)(
void *)port_ptr;
166 return ((*(crp->xdr_results))(xdrs, crp->results_ptr));
bool_t xdr_reference(XDR *xdrs, caddr_t *pp, u_int size, xdrproc_t proc)
bool_t(* xdrproc_t)(XDR *,...)
bool_t xdr_u_long(XDR *xdrs, u_long *ulp)
Referenced by rpc_broadcast_exp().