HomeSort by: relevance | last modified time | path
    Searched defs:newnconf (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rpcbind/
check_bound.c 124 struct netconfig *newnconf; local in function:add_bndlist
126 newnconf = getnetconfigent(nconf->nc_netid);
127 if (newnconf == NULL)
131 freenetconfigent(newnconf);
135 fdl->nconf = newnconf;
  /src/lib/libc/rpc/
rpcb_clnt.c 714 struct netconfig *newnconf; local in function:__rpcb_findaddr
716 if ((newnconf = getnetconfigent("udp")) == NULL) {
720 client = getclnthandle(host, newnconf, &parms.r_addr);
721 freenetconfigent(newnconf);

Completed in 13 milliseconds