Home
last modified time | relevance | path

Searched refs:nc_lookups (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dgetnetconfig.c337 list->ncp->nc_lookups = NULL; in getnetconfig()
415 free(q->ncp->nc_lookups); in endnetconfig()
510 ncp->nc_lookups = NULL; in getnetconfigent()
535 free(netconfigp->nc_lookups); in freenetconfigent()
561 char **nc_lookups; in parse_ncp() local
621 ncp->nc_lookups = NULL; in parse_ncp()
625 free(ncp->nc_lookups); /* from last visit */ in parse_ncp()
626 ncp->nc_lookups = NULL; in parse_ncp()
629 if ((nc_lookups = reallocarray(ncp->nc_lookups, in parse_ncp()
630 ncp->nc_nlookups + 1, sizeof(*ncp->nc_lookups))) == NULL) { in parse_ncp()
[all …]
/freebsd/include/
H A Dnetconfig.h50 char **nc_lookups; /* Names of the libraries */ member
/freebsd/sys/rpc/
H A Dnetconfig.h20 char **nc_lookups; /* Names of the libraries */ member
/freebsd/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c312 nconf_udp.nc_lookups = &lookups; in rpcbind_get_conf()
322 nconf_udp6.nc_lookups = &lookups; in rpcbind_get_conf()
/freebsd/usr.sbin/rpcbind/
H A Drpcbind.c306 for (i = 0, s = nconf->nc_lookups; i < nconf->nc_nlookups; in init_transport()