Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c527 __rpc_try_doors(const char *nettype, bool_t *try_others) in __rpc_try_doors() argument
531 *try_others = FALSE; in __rpc_try_doors()
535 *try_others = TRUE; in __rpc_try_doors()
538 *try_others = TRUE; in __rpc_try_doors()
H A Dclnt_generic.c186 bool_t try_others; in clnt_create_timed() local
202 if (__rpc_try_doors(nettype, &try_others)) { in clnt_create_timed()
219 if (!try_others) in clnt_create_timed()
309 bool_t try_others; in clnt_create_service_timed() local
362 if (__rpc_try_doors(nettype, &try_others)) { in clnt_create_service_timed()
375 if (!try_others) in clnt_create_service_timed()
H A Dsvc_generic.c118 bool_t try_others; in svc_create() local
123 if (__rpc_try_doors(nettype, &try_others)) { in svc_create()
130 if (!try_others) in svc_create()