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

/osnet-11/usr/src/lib/libnsl/rpc/
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;
H A Dclnt_generic.c183 bool_t try_others; local
199 if (__rpc_try_doors(nettype, &try_others)) {
216 if (!try_others)
306 bool_t try_others; local
359 if (__rpc_try_doors(nettype, &try_others)) {
372 if (!try_others)
H A Dsvc_generic.c117 bool_t try_others; local
122 if (__rpc_try_doors(nettype, &try_others)) {
129 if (!try_others)

Completed in 24 milliseconds