Searched refs:clnt_control (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | key_call.c | 349 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 D | clnt.h | 241 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) macro
|