Home
last modified time | relevance | path

Searched refs:xdr_res (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libc/rpc/
H A Dclnt_raw.c216 clntraw_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) in clntraw_freeres() argument
228 return ((*xdr_res)(xdrs, res_ptr)); in clntraw_freeres()
H A Dclnt_tcp.c327 clnttcp_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) in clnttcp_freeres() argument
333 return ((*xdr_res)(xdrs, res_ptr)); in clnttcp_freeres()
H A Dclnt_udp.c371 clntudp_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) in clntudp_freeres() argument
377 return ((*xdr_res)(xdrs, res_ptr)); in clntudp_freeres()