Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtirpc/src/
H A Dkey_call.c349 clnt_control(kcp->client, CLSET_VERS, (void *)&vers);
407 (void) clnt_control(kcp->client, CLSET_RETRY_TIMEOUT,
409 if (clnt_control(kcp->client, CLGET_FD, (char *)&fd))
/reactos/dll/3rdparty/libtirpc/tirpc/rpc/
H A Dclnt.h241 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) macro