Searched refs:xdr_rmtcall_args (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dpmap_rmt.h91 extern bool_t xdr_rmtcall_args __P((XDR *, struct rmtcallargs *));
H A Dpmap_rmt.c127 stat = CLNT_CALL(client, PMAPPROC_CALLIT, (xdrproc_t)xdr_rmtcall_args, &a, (xdrproc_t)xdr_rmtcallres, &r, tout);
143 xdr_rmtcall_args(xdrs, cap) function
362 if ((! xdr_callmsg(xdrs, &msg)) || (! xdr_rmtcall_args(xdrs, &a))) {
/macosx-10.9.5/remote_cmds-41.90.1/ypbind.tproj/
H A Dypbind.c827 if (!xdr_rmtcall_args(&xdr, &rmtca))

Completed in 163 milliseconds