Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c149 NCONF_HANDLE *nconf_handlep = (NCONF_HANDLE *)vdata; in endnetconfig() local
152 if (netpp == NULL || nconf_handlep == NULL) { in endnetconfig()
160 free(nconf_handlep); in endnetconfig()
176 NCONF_HANDLE *nconf_handlep = (NCONF_HANDLE *)vdata; in getnetconfig() local
181 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() local
533 if (netpp == NULL || nconf_handlep == NULL) { in endnetpath()
[all …]