HomeSort by: relevance | last modified time | path
    Searched refs:__rpc_setconf (Results 1 - 8 of 8) sorted by relevancy

  /src/include/rpc/
nettype.h 57 extern void *__rpc_setconf(const char *);
  /src/lib/libc/rpc/
clnt_generic.c 167 if ((handle = __rpc_setconf(nettype)) == NULL) {
svc_generic.c 107 if ((handle = __rpc_setconf(nettype)) == NULL) {
svc_simple.c 126 if ((handle = __rpc_setconf(nettype)) == NULL) {
rpcb_clnt.c 811 if ((handle = __rpc_setconf("datagram_v")) != NULL)
813 if ((handle = __rpc_setconf("circuit_v")) != NULL)
1155 if ((handle = __rpc_setconf("netpath")) == NULL) {
rpc_generic.c 338 __rpc_setconf(const char *nettype) function in typeref:typename:void *
380 * __rpc_setconf() should have been called previously.
clnt_bcast.c 321 if ((handle = __rpc_setconf(nettype)) == NULL) {
  /src/usr.bin/rpcinfo/
rpcinfo.c 1603 if ((handle = __rpc_setconf(tlist[i])) == NULL)

Completed in 21 milliseconds