rpc_clnt_create clnt_control clnt_create clnt_create_timed clnt_create_vers clnt_create_vers_timed clnt_destroy clnt_dg_create clnt_pcreateerror clnt_raw_create clnt_spcreateerror clnt_tli_create clnt_tp_create clnt_tp_create_timed clnt_vc_create rpc_createerr - library routines for dealing with creation and manipulation of Vt CLIENT handles
Lb libc
Note:
if you set the timeout using
clnt_control (,);
the timeout argument passed by
clnt_call ();
is ignored in all subsequent calls.
Note:
If you set the timeout value to 0,
clnt_control ();
immediately returns an error
(RPC_TIMEDOUT
)
Set the timeout argument to 0 for batching calls.
The following operations are valid for connectionless transports only:
The retry timeout is the time that RPC
waits for the server to reply before retransmitting the request.
The
clnt_control ();
function
returns
TRUE
on success and
FALSE
on failure.
Note:
clnt_create ();
returns a valid client handle even
if the particular version number supplied to
clnt_create ();
is not registered with the
rpcbind(8)
service.
This mismatch will be discovered by a
clnt_call ();
later (see
rpc_clnt_calls3).
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |