Home
last modified time | relevance | path

Searched refs:getnetconfig (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/lib/libc/rpc/
H A DMakefile.inc5 clnt_vc.c rpc_dtablesize.c getnetconfig.c getnetpath.c getrpcent.c \
45 MAN+= bindresvport.3 des_crypt.3 getnetconfig.3 getnetpath.3 getrpcent.3 \
55 getnetconfig.3 setnetconfig.3 \
56 getnetconfig.3 getnetconfigent.3 \
57 getnetconfig.3 freenetconfigent.3 \
58 getnetconfig.3 endnetconfig.3 \
59 getnetconfig.3 nc_perror.3 \
60 getnetconfig.3 nc_sperror.3 \
H A Dcrypt_client.c56 while ((nconf = getnetconfig(localhandle)) != NULL) { in _des_crypt_call()
H A DSymbol.map44 getnetconfig;
H A Dgetnetpath.c158 if ((ncp = getnetconfig(np_sessionp->nc_handlep)) == NULL) { in getnetpath()
H A Drpc_generic.c239 while ((nconf = getnetconfig(confighandle)) != NULL) { in __rpc_getconfip()
338 nconf = getnetconfig(handle->nhandle); in __rpc_getconf()
H A Dkey_call.c367 while ((nconf = getnetconfig(localhandle)) != NULL) { in getkeyserv_handle()
H A Drpc_soc.c474 while ((nconf = getnetconfig(localhandle)) != NULL) { in svcunix_create()
H A Dgetnetconfig.c238 getnetconfig(void *handlep) in getnetconfig() function
H A Drpcb_clnt.c471 while ((nconf = getnetconfig(nc_handle)) != NULL) { in local_rpcb()
653 while ((nconf = getnetconfig(localhandle)) != NULL) { in __rpcbind_is_up()
/freebsd/include/
H A Dnetconfig.h112 struct netconfig *getnetconfig(void *);
/freebsd/sys/rpc/
H A Dnetconfig.h82 struct netconfig *getnetconfig(void *);
H A Dgetnetconfig.c97 getnetconfig(void *handle) in getnetconfig() function
H A Drpc_generic.c526 while ((nconf = getnetconfig(confighandle)) != NULL) { in __rpc_getconfip()
615 nconf = getnetconfig(handle->nhandle); in __rpc_getconf()
619 nconf = getnetconfig(handle->nhandle); in __rpc_getconf()
H A Drpcb_clnt.c488 while ((nconf = getnetconfig(nc_handle)) != NULL) { in local_rpcb()
688 while ((nconf = getnetconfig(localhandle)) != NULL) {
/freebsd/lib/libypclnt/
H A Dypclnt_passwd.c85 while ((nc = getnetconfig(localhandle)) != NULL) { in ypclnt_havepasswdd()
168 while ((nc = getnetconfig(localhandle)) != NULL) { in yppasswd_local()
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd.c307 while ((nconf = getnetconfig(nc_handle))) { in main()
326 while ((nconf = getnetconfig(nc_handle))) { in main()
398 while ((nconf = getnetconfig(nc_handle))) { in main()
/freebsd/sys/modules/krpc/
H A DMakefile10 getnetconfig.c \
/freebsd/usr.sbin/rpc.statd/
H A Dstatd.c201 while ((nconf = getnetconfig(nc_handle))) { in main()
265 while ((nconf = getnetconfig(nc_handle))) { in main()
/freebsd/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c290 while ((nconf = getnetconfig(localhandle)) != NULL) { in main()
/freebsd/contrib/tcp_wrappers/
H A Dtli.c206 while (config = getnetconfig(handlep)) {
/freebsd/usr.sbin/ypserv/
H A Dyp_main.c533 while((nconf = getnetconfig(nc_handle))) { in main()
/freebsd/usr.sbin/keyserv/
H A Dkeyserv.c172 while ((nconf = getnetconfig(localhandle)) != NULL) { in main()
/freebsd/usr.sbin/rpcbind/
H A Drpcbind.c180 while ((nconf = getnetconfig(nc_handle))) { in main()
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c311 while ((nconf = getnetconfig(localhandle)) != NULL) {
/freebsd/usr.sbin/mountd/
H A Dmountd.c624 while ((nconf = getnetconfig(nc_handle))) { in main()
696 while ((nconf = getnetconfig(nc_handle))) { in main()

12