Searched defs:try_others (Results 1 - 3 of 3) sorted by relevance

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

Completed in 47 milliseconds