Home
last modified time | relevance | path

Searched refs:__rpc_getconf (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/include/rpc/
Dnettype.h61 extern struct netconfig *__rpc_getconf(void *);
/freebsd-12-stable/sys/rpc/
Dnettype.h65 extern struct netconfig *__rpc_getconf(void *);
Dsvc_generic.c101 while ((nconf = __rpc_getconf(handle)) != NULL) { in svc_create()
Drpcb_clnt.c891 while ((nconf_clts = __rpc_getconf(handle))
1248 if ((nconf = __rpc_getconf(handle)) == NULL) {
Drpc_generic.c610 __rpc_getconf(void *vhandle) in __rpc_getconf() function
/freebsd-12-stable/lib/libc/rpc/
DSymbol.map140 __rpc_getconf;
Dsvc_generic.c102 while ((nconf = __rpc_getconf(handle)) != NULL) { in svc_create()
Dsvc_simple.c129 while ((nconf = __rpc_getconf(handle)) != NULL) { in rpc_reg()
Dclnt_generic.c210 if ((nconf = __rpc_getconf(handle)) == NULL) { in clnt_create_timed()
Drpcb_clnt.c851 while ((nconf_clts = __rpc_getconf(handle)) in __rpcb_findaddr_timed()
1201 if ((nconf = __rpc_getconf(handle)) == NULL) { in rpcb_gettime()
Dclnt_bcast.c313 while ((nconf = __rpc_getconf(handle)) != NULL) { in rpc_broadcast_exp()
Drpc_generic.c329 __rpc_getconf(void *vhandle) in __rpc_getconf() function
/freebsd-12-stable/usr.bin/rpcinfo/
Drpcinfo.c1560 if ((nconf = __rpc_getconf(handle)) == NULL) {