Home
last modified time | relevance | path

Searched refs:__rpc_setconf (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/include/rpc/
H A Dnettype.h57 extern void *__rpc_setconf(const char *);
/netbsd-src/lib/libc/rpc/
H A Dsvc_generic.c107 if ((handle = __rpc_setconf(nettype)) == NULL) { in svc_create()
H A Dsvc_simple.c126 if ((handle = __rpc_setconf(nettype)) == NULL) { in rpc_reg()
H A Drpcb_clnt.c811 if ((handle = __rpc_setconf("datagram_v")) != NULL) in __rpcb_findaddr()
813 if ((handle = __rpc_setconf("circuit_v")) != NULL) in __rpcb_findaddr()
1155 if ((handle = __rpc_setconf("netpath")) == NULL) { in rpcb_gettime()
H A Dclnt_generic.c167 if ((handle = __rpc_setconf(nettype)) == NULL) { in clnt_create()
H A Drpc_generic.c338 __rpc_setconf(const char *nettype) in __rpc_setconf() function
H A Dclnt_bcast.c321 if ((handle = __rpc_setconf(nettype)) == NULL) { in rpc_broadcast_exp()
/netbsd-src/usr.bin/rpcinfo/
H A Drpcinfo.c1603 if ((handle = __rpc_setconf(tlist[i])) == NULL)