Searched defs:netpp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c76 * netpp - points to the beginning of the list of netconfig
78 * Once netpp is initialized, that memory is *never*
91 static struct netconfig **netpp = NULL; variable in typeref:struct:netconfig
130 if ((netpp == NULL) && ((netpp = getnetlist()) == NULL)) {
140 retp->nc_head = retp->nc_curr = netpp;
154 if (netpp == NULL || nconf_handlep == NULL) {
183 if ((netpp == NULL) || (nconf_handlep == NULL)) {
226 if ((netpp == NULL) && ((netpp
[all...]

Completed in 55 milliseconds