Searched refs:nc_nlookups (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/include/
H A Dnetconfig.h20 unsigned long nc_nlookups; /* Number of directory lookup libs */ member in struct:netconfig
/freebsd-10-stable/sys/rpc/
H A Dnetconfig.h20 unsigned long nc_nlookups; /* Number of directory lookup libs */ member in struct:netconfig
/freebsd-10-stable/lib/libc/rpc/
H A Dgetnetconfig.c624 ncp->nc_nlookups = 0;
631 ncp->nc_nlookups = 0;
634 (ncp->nc_nlookups + 1) * sizeof *ncp->nc_lookups)) == NULL) {
641 ncp->nc_lookups[ncp->nc_nlookups++] = cp;
721 p->nc_lookups = (char **)malloc((size_t)(p->nc_nlookups+1) * sizeof(char *));
727 for (i=0; i < p->nc_nlookups; i++) {
/freebsd-10-stable/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c298 nconf_udp.nc_nlookups = 0;
308 nconf_udp6.nc_nlookups = 0;
/freebsd-10-stable/usr.sbin/rpcbind/
H A Drpcbind.c274 nconf->nc_netid, nconf->nc_nlookups);
275 for (i = 0, s = nconf->nc_lookups; i < nconf->nc_nlookups;

Completed in 51 milliseconds