Lines Matching defs:handle
150 * returns client handle. Default options are set, which the user can
181 void *handle;
222 if ((handle = __rpc_setconf((char *)nettype)) == NULL) {
228 if ((nconf = __rpc_getconf(handle)) == NULL) {
277 __rpc_endconf(handle);
282 * Create a client handle for a well known service or a specific port on
284 * handle to services that are not registered with rpcbind or where the remote
286 * firewall. We construct a client handle and then ping the service's NULL
299 void *handle;
312 * handle const of netclass
331 if ((handle = __rpc_setconf(nettype)) == NULL) {
381 if ((nconf = __rpc_getconf(handle)) == NULL) {
451 * Check if we can reach the server with this clnt handle
473 __rpc_endconf(handle);
488 * returns client handle. Default options are set, which the user can
513 CLIENT *cl = NULL; /* client handle */
535 /* Reuse the CLIENT handle and change the appropriate fields */
574 * Generic client creation: returns client handle.
604 CLIENT *cl; /* client handle */