Searched refs:nca (Results 1 – 1 of 1) sorted by relevance
1072 struct netconfig *nca, *ncb; local1087 nca = a->ypbind_nconf;1089 ncb->nc_flag = nca->nc_flag;1091 nca->nc_protofmly ? strdup(nca->nc_protofmly) : NULL;1093 nca->nc_proto ? strdup(nca->nc_proto) : NULL;1094 ncb->nc_semantics = nca->nc_semantics;1096 nca->nc_netid ? strdup(nca->nc_netid) : NULL;1098 nca->nc_device ? strdup(nca->nc_device) : NULL;1099 ncb->nc_nlookups = nca->nc_nlookups;1100 ncb->nc_lookups = (char **)calloc(nca->nc_nlookups, sizeof (char *));[all …]