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

/netbsd-current/include/rpc/
H A Dnettype.h57 extern void *__rpc_setconf(const char *);
/netbsd-current/lib/libc/rpc/
H A Dclnt_generic.c167 if ((handle = __rpc_setconf(nettype)) == NULL) {
H A Dsvc_simple.c126 if ((handle = __rpc_setconf(nettype)) == NULL) {
H A Dsvc_generic.c107 if ((handle = __rpc_setconf(nettype)) == NULL) {
H A Drpcb_clnt.c811 if ((handle = __rpc_setconf("datagram_v")) != NULL)
813 if ((handle = __rpc_setconf("circuit_v")) != NULL)
1155 if ((handle = __rpc_setconf("netpath")) == NULL) {
H A Drpc_generic.c338 __rpc_setconf(const char *nettype) function
380 * __rpc_setconf() should have been called previously.
H A Dclnt_bcast.c321 if ((handle = __rpc_setconf(nettype)) == NULL) {
/netbsd-current/usr.bin/rpcinfo/
H A Drpcinfo.c1603 if ((handle = __rpc_setconf(tlist[i])) == NULL)

Completed in 228 milliseconds