Home
last modified time | relevance | path

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

/freebsd-head/usr.sbin/rpcbind/
HDcheck_bound.c107 struct netconfig *newnconf; in add_bndlist() local
109 newnconf = getnetconfigent(nconf->nc_netid); in add_bndlist()
110 if (newnconf == NULL) in add_bndlist()
114 freenetconfigent(newnconf); in add_bndlist()
118 fdl->nconf = newnconf; in add_bndlist()
/freebsd-head/lib/libc/rpc/
HDrpcb_clnt.c750 struct netconfig *newnconf; in __rpcb_findaddr_timed() local
752 if ((newnconf = getnetconfigent("udp")) == NULL) { in __rpcb_findaddr_timed()
756 client = getclnthandle(host, newnconf, &parms.r_addr); in __rpcb_findaddr_timed()
757 freenetconfigent(newnconf); in __rpcb_findaddr_timed()