Home
last modified time | relevance | path

Searched refs:nc_nlookups (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libnsl/netdir/
H A Dnetdir.c168 (tp->nc_nlookups == 0)) { in netdir_getbyname()
186 (tp->nc_nlookups == 0)) { in netdir_getbyname()
220 for (i = 0; i < tp->nc_nlookups; i++) { in __classic_netdir_getbyname()
275 (tp->nc_nlookups == 0)) { in netdir_getbyaddr()
285 (tp->nc_nlookups == 0)) { in netdir_getbyaddr()
309 (tp->nc_nlookups == 0)) { in __netdir_getbyaddr_nosrv()
319 (tp->nc_nlookups == 0)) { in __netdir_getbyaddr_nosrv()
349 for (i = 0; i < tp->nc_nlookups; i++) { in __classic_netdir_getbyaddr()
412 (tp->nc_nlookups == 0)) { in netdir_options()
417 for (i = 0; i < tp->nc_nlookups; i++) { in netdir_options()
[all …]
/titanic_41/usr/src/lib/libnsl/netselect/
H A Dnetselect.c371 (((netconfigp->nc_nlookups = getnlookups(tok3)) != 0) && in fgetnetconfig()
903 for (i = 0; i < netconfigp->nc_nlookups; i++) in netconfig_free()
924 nconf->nc_lookups = malloc((netconfigp->nc_nlookups + 1) in netconfig_dup()
934 for (i = 0; i < netconfigp->nc_nlookups; i++) { in netconfig_dup()
937 nconf->nc_nlookups = i; in netconfig_dup()
944 nconf->nc_nlookups = netconfigp->nc_nlookups; in netconfig_dup()
/titanic_41/usr/src/cmd/rpcsvc/
H A Drup.c511 nnp->nc_nlookups = onp->nc_nlookups;
512 if (onp->nc_nlookups == 0)
517 nnp->nc_lookups = (char **)malloc(onp->nc_nlookups *
520 for (i = 0; i < onp->nc_nlookups; i++)
/titanic_41/usr/src/uts/common/sys/
H A Dnetconfig.h50 unsigned int nc_nlookups; /* # of entries in nc_lookups */ member
/titanic_41/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c1101 ncb->nc_nlookups = nca->nc_nlookups;
1102 ncb->nc_lookups = (char **)calloc(nca->nc_nlookups, sizeof (char *));
1122 for (i = 0; i < nca->nc_nlookups; i++)
1131 for (i = 0; i < nca->nc_nlookups; i++)
/titanic_41/usr/src/lib/libbc/libc/yp/
H A Dyp_bind.c57 unsigned long nc_nlookups; /* # of entries in nc_lookups */ member
/titanic_41/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c355 (uint_t *)&objp->nc_nlookups, 100, sizeof (char *), in xdr_netconfig()
/titanic_41/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c399 nconf->nc_proto, nconf->nc_device, nconf->nc_nlookups, in _kadm5_initialize_rpcsec_gss_handle()
/titanic_41/usr/src/cmd/rpcbind/
H A Drpcbind.c417 for (i = 0; i < np->nc_nlookups; i++) { in check_netconfig()
/titanic_41/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c492 if (nconf->nc_nlookups == 0) { in _get_hostserv_inetnetdir_byname()
908 if (nconf->nc_nlookups == 0) { in _get_hostserv_inetnetdir_byaddr()