Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpcbind/
H A Dcheck_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/lib/libc/rpc/
H A Drpcb_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()