Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libc/rpc/
Dcrypt_client.c52 void *localhandle; in _des_crypt_call() local
56 localhandle = setnetconfig(); in _des_crypt_call()
57 while ((nconf = getnetconfig(localhandle)) != NULL) { in _des_crypt_call()
64 endnetconfig(localhandle); in _des_crypt_call()
69 endnetconfig(localhandle); in _des_crypt_call()
72 endnetconfig(localhandle); in _des_crypt_call()
Dkey_call.c295 void *localhandle; in getkeyserv_handle() local
350 if (!(localhandle = setnetconfig())) { in getkeyserv_handle()
366 endnetconfig(localhandle); in getkeyserv_handle()
369 while ((nconf = getnetconfig(localhandle)) != NULL) { in getkeyserv_handle()
389 endnetconfig(localhandle); in getkeyserv_handle()
Drpc_soc.c471 void *localhandle; in svcunix_create() local
479 localhandle = setnetconfig(); in svcunix_create()
480 while ((nconf = getnetconfig(localhandle)) != NULL) { in svcunix_create()
519 endnetconfig(localhandle); in svcunix_create()
Drpcb_clnt.c655 void *localhandle; in __rpcbind_is_up() local
659 localhandle = setnetconfig(); in __rpcbind_is_up()
660 while ((nconf = getnetconfig(localhandle)) != NULL) { in __rpcbind_is_up()
665 endnetconfig(localhandle); in __rpcbind_is_up()
/freebsd-10-stable/lib/libypclnt/
Dypclnt_passwd.c68 void *localhandle = 0; 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 = 0; 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-10-stable/usr.sbin/rpc.yppasswdd/
Dyppasswdd_main.c168 void *localhandle; in main() local
291 localhandle = setnetconfig(); in main()
292 while ((nconf = getnetconfig(localhandle)) != NULL) { in main()
313 endnetconfig(localhandle); in main()
/freebsd-10-stable/usr.sbin/keyserv/
Dkeyserv.c118 void *localhandle; local
182 localhandle = setnetconfig();
183 while ((nconf = getnetconfig(localhandle)) != NULL) {
204 endnetconfig(localhandle);
/freebsd-10-stable/sys/rpc/
Drpcb_clnt.c689 void *localhandle;
693 localhandle = setnetconfig();
694 while ((nconf = getnetconfig(localhandle)) != NULL) {
702 endnetconfig(localhandle);
/freebsd-10-stable/usr.bin/rpcinfo/
Drpcinfo.c316 void *localhandle; local
320 localhandle = setnetconfig();
321 while ((nconf = getnetconfig(localhandle)) != NULL) {
332 endnetconfig(localhandle);