Home
last modified time | relevance | path

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

/freebsd-14-stable/include/rpc/
HDnettype.h60 extern struct netconfig *__rpc_getconf(void *);
/freebsd-14-stable/sys/rpc/
HDnettype.h64 extern struct netconfig *__rpc_getconf(void *);
HDsvc_generic.c99 while ((nconf = __rpc_getconf(handle)) != NULL) { in svc_create()
HDrpcb_clnt.c889 while ((nconf_clts = __rpc_getconf(handle))
1246 if ((nconf = __rpc_getconf(handle)) == NULL) {
HDrpc_generic.c608 __rpc_getconf(void *vhandle) in __rpc_getconf() function
/freebsd-14-stable/lib/libc/rpc/
HDSymbol.map105 __rpc_getconf;
HDsvc_generic.c99 while ((nconf = __rpc_getconf(handle)) != NULL) { in svc_create()
HDsvc_simple.c126 while ((nconf = __rpc_getconf(handle)) != NULL) { in rpc_reg()
HDclnt_generic.c207 if ((nconf = __rpc_getconf(handle)) == NULL) { in clnt_create_timed()
HDrpcb_clnt.c858 while ((nconf_clts = __rpc_getconf(handle)) in __rpcb_findaddr_timed()
1208 if ((nconf = __rpc_getconf(handle)) == NULL) { in rpcb_gettime()
HDrpc_generic.c326 __rpc_getconf(void *vhandle) in __rpc_getconf() function
HDclnt_bcast.c309 while ((nconf = __rpc_getconf(handle)) != NULL) { in rpc_broadcast_exp()
/freebsd-14-stable/usr.bin/rpcinfo/
HDrpcinfo.c1558 if ((nconf = __rpc_getconf(handle)) == NULL) {