Searched defs:newnconf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c150 struct netconfig *newnconf; local
154 newnconf = getnetconfigent(nconf->nc_netid);
155 if (newnconf == NULL)
159 freenetconfigent(newnconf);
164 fdl->nconf = newnconf;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c423 struct netconfig *nconf, *newnconf = NULL; local
471 newnconf = getnetconfigent(nconf->nc_netid);
473 return (newnconf);
H A Drpcb_clnt.c913 struct netconfig *newnconf; local
938 if ((newnconf = __rpc_getconf(handle))
953 if (strcmp(newnconf->nc_protofmly,
959 client = _getclnthandle_timed(host, newnconf,

Completed in 61 milliseconds