Home
last modified time | relevance | path

Searched refs:newnconf (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c142 struct netconfig *newnconf; local
146 newnconf = getnetconfigent(nconf->nc_netid);
147 if (newnconf == NULL)
151 freenetconfigent(newnconf);
155 fdl->nconf = newnconf;
/onnv-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c423 struct netconfig *nconf, *newnconf = NULL; in __rpcfd_to_nconf() local
471 newnconf = getnetconfigent(nconf->nc_netid); in __rpcfd_to_nconf()
473 return (newnconf); in __rpcfd_to_nconf()
H A Drpcb_clnt.c746 struct netconfig *newnconf; in __rpcb_findaddr_timed() local
765 if ((newnconf = __rpc_getconf(handle)) in __rpcb_findaddr_timed()
776 if (strcmp(newnconf->nc_protofmly, in __rpcb_findaddr_timed()
781 client = _getclnthandle_timed(host, newnconf, in __rpcb_findaddr_timed()