Lines Matching defs:nconf_handlep
151 NCONF_HANDLE *nconf_handlep = (NCONF_HANDLE *)vdata;
154 if (netpp == NULL || nconf_handlep == NULL) {
162 free(nconf_handlep);
168 * of netconfig structures. It uses the nconf_handlep argument
178 NCONF_HANDLE *nconf_handlep = (NCONF_HANDLE *)vdata;
183 if ((netpp == NULL) || (nconf_handlep == NULL)) {
190 retp = *(nconf_handlep->nc_curr);
196 ++(nconf_handlep->nc_curr);
203 ++(nconf_handlep->nc_curr);
532 NCONF_HANDLE *nconf_handlep = (NCONF_HANDLE *)vdata;
535 if (netpp == NULL || nconf_handlep == NULL) {
542 free(nconf_handlep->nc_head);
543 free(nconf_handlep);
557 NCONF_HANDLE *nconf_handlep = (NCONF_HANDLE *)vdata;
569 retp = *(nconf_handlep->nc_curr);
575 ++(nconf_handlep->nc_curr);
582 ++(nconf_handlep->nc_curr);