Home
last modified time | relevance | path

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

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