Searched refs:loopnconf (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/rpc/
H A Drpcb_clnt.c470 static struct netconfig *loopnconf;
473 /* VARIABLES PROTECTED BY loopnconf_lock: loopnconf */
475 if (loopnconf == NULL) {
516 loopnconf = getnetconfigent(tmpnconf->nc_netid);
517 /* loopnconf is never freed */
521 client = getclnthandle(localhostname, loopnconf, NULL);
/freebsd-current/lib/libc/rpc/
H A Drpcb_clnt.c419 static struct netconfig *loopnconf; local
456 /* VARIABLES PROTECTED BY loopnconf_lock: loopnconf */
458 if (loopnconf == NULL) {
501 loopnconf = getnetconfigent(tmpnconf->nc_netid);
502 /* loopnconf is never freed */
506 client = getclnthandle(hostname, loopnconf, NULL);

Completed in 108 milliseconds