Searched refs:rpc_call (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/librpcsvc/common/ |
H A D | rstat_simple.c | 37 return (rpc_call(host, RSTATPROG, RSTATVERS_TIME, RSTATPROC_STATS, 48 if (rpc_call(host, RSTATPROG, RSTATVERS_TIME, RSTATPROC_HAVEDISK,
|
H A D | rwallxdr.c | 49 return (rpc_call(host, WALLPROG, WALLVERS, WALLPROC_WALL,
|
H A D | rusers_simple.c | 44 if (rpc_call(host, RUSERSPROG, RUSERSVERS_3, RUSERSPROC_NAMES, 114 if (rpc_call(host, RUSERSPROG, RUSERSVERS_3, RUSERSPROC_NUM, 117 if (rpc_call(host, RUSERSPROG, RUSERSVERS_IDLE, RUSERSPROC_NUM, 130 return (rpc_call(host, RUSERSPROG, RUSERSVERS_IDLE, RUSERSPROC_NAMES,
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | clnt_simple.c | 89 rpc_call(const char *host, const rpcprog_t prognum, const rpcvers_t versnum, function
|
H A D | rpc_soc.c | 430 * For connectionless "udp" transport. Obsoleted by rpc_call(). 436 return ((int)rpc_call(host, prognum, versnum, procnum, inproc,
|
/osnet-11/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 471 enum clnt_stat rpc_call(const char *host, rpcprog_t prognum, rpcvers_t versnum,
|
Completed in 24 milliseconds