Home
last modified time | relevance | path

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

/sunrpc/rpc/
A Dclnt.h141 void (*cl_destroy) (CLIENT *); /* destroy this structure */ member
243 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
244 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))

Completed in 4 milliseconds