Home
last modified time | relevance | path

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

/netbsd/src/include/rpc/
Dnettype.h57 extern void *__rpc_setconf(const char *);
/netbsd/src/lib/libc/rpc/
Dsvc_generic.c107 if ((handle = __rpc_setconf(nettype)) == NULL) { in svc_create()
Dsvc_simple.c126 if ((handle = __rpc_setconf(nettype)) == NULL) { in rpc_reg()
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()
Dclnt_generic.c167 if ((handle = __rpc_setconf(nettype)) == NULL) { in clnt_create()
Drpc_generic.c338 __rpc_setconf(const char *nettype) in __rpc_setconf() function
Dclnt_bcast.c321 if ((handle = __rpc_setconf(nettype)) == NULL) { in rpc_broadcast_exp()
/netbsd/src/usr.bin/rpcinfo/
Drpcinfo.c1603 if ((handle = __rpc_setconf(tlist[i])) == NULL)