Searched refs:nconf_handlep (Results 1 – 1 of 1) sorted by relevance
149 NCONF_HANDLE *nconf_handlep = (NCONF_HANDLE *)vdata; in endnetconfig() local152 if (netpp == NULL || nconf_handlep == NULL) { in endnetconfig()160 free(nconf_handlep); in endnetconfig()176 NCONF_HANDLE *nconf_handlep = (NCONF_HANDLE *)vdata; in getnetconfig() local181 if ((netpp == NULL) || (nconf_handlep == NULL)) { in getnetconfig()188 retp = *(nconf_handlep->nc_curr); in getnetconfig()194 ++(nconf_handlep->nc_curr); in getnetconfig()201 ++(nconf_handlep->nc_curr); in getnetconfig()530 NCONF_HANDLE *nconf_handlep = (NCONF_HANDLE *)vdata; in endnetpath() local533 if (netpp == NULL || nconf_handlep == NULL) { in endnetpath()[all …]