Searched refs:CLNT_FREERES (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/krb5/src/include/gssrpc/ |
| H A D | clnt.h | 190 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) macro
|
| /freebsd/include/rpc/ |
| H A D | clnt.h | 189 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) macro
|
| /freebsd/sys/rpc/ |
| H A D | clnt.h | 262 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) macro
|
| H A D | clnt_rc.c | 408 return (CLNT_FREERES(rc->rc_client, xdr_res, res_ptr)); in clnt_reconnect_freeres()
|