Searched refs:nconf_handlep (Results 1 – 1 of 1) sorted by relevance
151 NCONF_HANDLE *nconf_handlep = (NCONF_HANDLE *)vdata; in endnetconfig() local154 if (netpp == NULL || nconf_handlep == NULL) { in endnetconfig()162 free(nconf_handlep); in endnetconfig()178 NCONF_HANDLE *nconf_handlep = (NCONF_HANDLE *)vdata; in getnetconfig() local183 if ((netpp == NULL) || (nconf_handlep == NULL)) { in getnetconfig()190 retp = *(nconf_handlep->nc_curr); in getnetconfig()196 ++(nconf_handlep->nc_curr); in getnetconfig()203 ++(nconf_handlep->nc_curr); in getnetconfig()532 NCONF_HANDLE *nconf_handlep = (NCONF_HANDLE *)vdata; in endnetpath() local535 if (netpp == NULL || nconf_handlep == NULL) { in endnetpath()[all …]