Searched refs:xdr_res (Results 1 – 3 of 3) sorted by relevance
216 clntraw_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) in clntraw_freeres() argument228 return ((*xdr_res)(xdrs, res_ptr)); in clntraw_freeres()
327 clnttcp_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) in clnttcp_freeres() argument333 return ((*xdr_res)(xdrs, res_ptr)); in clnttcp_freeres()
371 clntudp_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) in clntudp_freeres() argument377 return ((*xdr_res)(xdrs, res_ptr)); in clntudp_freeres()