Home
last modified time | relevance | path

Searched refs:localhandle (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/lib/libc/rpc/
HDcrypt_client.c51 void *localhandle; in _des_crypt_call() local
55 localhandle = setnetconfig(); in _des_crypt_call()
56 while ((nconf = getnetconfig(localhandle)) != NULL) { in _des_crypt_call()
63 endnetconfig(localhandle); in _des_crypt_call()
68 endnetconfig(localhandle); in _des_crypt_call()
71 endnetconfig(localhandle); in _des_crypt_call()
HDkey_call.c294 void *localhandle; in getkeyserv_handle() local
349 if (!(localhandle = setnetconfig())) { in getkeyserv_handle()
365 endnetconfig(localhandle); in getkeyserv_handle()
368 while ((nconf = getnetconfig(localhandle)) != NULL) { in getkeyserv_handle()
388 endnetconfig(localhandle); in getkeyserv_handle()
HDrpc_soc.c470 void *localhandle; in svcunix_create() local
478 localhandle = setnetconfig(); in svcunix_create()
479 while ((nconf = getnetconfig(localhandle)) != NULL) { in svcunix_create()
518 endnetconfig(localhandle); in svcunix_create()
HDrpcb_clnt.c654 void *localhandle; in __rpcbind_is_up() local
658 localhandle = setnetconfig(); in __rpcbind_is_up()
659 while ((nconf = getnetconfig(localhandle)) != NULL) { in __rpcbind_is_up()
664 endnetconfig(localhandle); in __rpcbind_is_up()
/freebsd-14-stable/lib/libypclnt/
HDypclnt_passwd.c68 void *localhandle = NULL; in ypclnt_havepasswdd() local
84 localhandle = setnetconfig(); in ypclnt_havepasswdd()
85 while ((nc = getnetconfig(localhandle)) != NULL) { in ypclnt_havepasswdd()
110 endnetconfig(localhandle); in ypclnt_havepasswdd()
142 void *localhandle = NULL; in yppasswd_local() local
167 localhandle = setnetconfig(); in yppasswd_local()
168 while ((nc = getnetconfig(localhandle)) != NULL) { in yppasswd_local()
219 endnetconfig(localhandle); in yppasswd_local()
/freebsd-14-stable/usr.sbin/rpc.yppasswdd/
HDyppasswdd_main.c169 void *localhandle; in main() local
290 localhandle = setnetconfig(); in main()
291 while ((nconf = getnetconfig(localhandle)) != NULL) { in main()
312 endnetconfig(localhandle); in main()
/freebsd-14-stable/usr.sbin/keyserv/
HDkeyserv.c113 void *localhandle; in main() local
178 localhandle = setnetconfig(); in main()
179 while ((nconf = getnetconfig(localhandle)) != NULL) { in main()
200 endnetconfig(localhandle); in main()
/freebsd-14-stable/sys/rpc/
HDrpcb_clnt.c689 void *localhandle;
693 localhandle = setnetconfig();
694 while ((nconf = getnetconfig(localhandle)) != NULL) {
702 endnetconfig(localhandle);
/freebsd-14-stable/usr.bin/rpcinfo/
HDrpcinfo.c314 void *localhandle; local
318 localhandle = setnetconfig();
319 while ((nconf = getnetconfig(localhandle)) != NULL) {
330 endnetconfig(localhandle);