Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/netselect/
H A Dnetselect.c151 NCONF_HANDLE *nconf_handlep = (NCONF_HANDLE *)vdata; in endnetconfig() local
154 if (netpp == NULL || nconf_handlep == NULL) { in endnetconfig()
162 free(nconf_handlep); in endnetconfig()
178 NCONF_HANDLE *nconf_handlep = (NCONF_HANDLE *)vdata; in getnetconfig() local
183 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() local
535 if (netpp == NULL || nconf_handlep == NULL) { in endnetpath()
[all …]