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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c443 static struct netconfig *loopnconf; local
447 /* VARIABLES PROTECTED BY loopnconf_lock: loopnconf */
449 if (loopnconf == NULL) {
486 loopnconf = getnetconfigent(tmpnconf->nc_netid);
487 /* loopnconf is never freed */
491 return (getclnthandle(hostname, loopnconf, NULL));

Completed in 22 milliseconds