Searched defs:xdr_res (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_raw.c270 clnt_raw_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) argument
284 return ((*xdr_res)(xdrs, res_ptr));
H A Dclnt_door.c319 clnt_door_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) argument
325 return ((*xdr_res)(&xdrs, res_ptr));
H A Dclnt_dg.c688 clnt_dg_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) argument
697 stat = (*xdr_res)(xdrs, res_ptr);
H A Dclnt_vc.c873 clnt_vc_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) argument
882 stat = (*xdr_res)(xdrs, res_ptr);

Completed in 28 milliseconds