Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c525 __rpc_try_doors(const char *nettype, bool_t *try_others) in __rpc_try_doors() argument
529 *try_others = FALSE; in __rpc_try_doors()
533 *try_others = TRUE; in __rpc_try_doors()
536 *try_others = TRUE; in __rpc_try_doors()
H A Dclnt_generic.c183 bool_t try_others; in clnt_create_timed() local
199 if (__rpc_try_doors(nettype, &try_others)) { in clnt_create_timed()
216 if (!try_others) in clnt_create_timed()
306 bool_t try_others; in clnt_create_service_timed() local
359 if (__rpc_try_doors(nettype, &try_others)) { in clnt_create_service_timed()
372 if (!try_others) in clnt_create_service_timed()
H A Dsvc_generic.c122 bool_t try_others; in svc_create() local
127 if (__rpc_try_doors(nettype, &try_others)) { in svc_create()
134 if (!try_others) in svc_create()