Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/netselect/
H A Dnetselect.c91 static struct netconfig **netpp = NULL; variable
130 if ((netpp == NULL) && ((netpp = getnetlist()) == NULL)) { in setnetconfig()
140 retp->nc_head = retp->nc_curr = netpp; in setnetconfig()
154 if (netpp == NULL || nconf_handlep == NULL) { in endnetconfig()
183 if ((netpp == NULL) || (nconf_handlep == NULL)) { in getnetconfig()
226 if ((netpp == NULL) && ((netpp = getnetlist()) == NULL)) { in getnetconfigent()
231 for (tpp = netpp; *tpp; tpp++) { in getnetconfigent()
409 if ((netpp == NULL) && ((netpp = getnetlist()) == NULL)) { in setnetpath()
442 for (tpp = netpp; *tpp; tpp++) { in setnetpath()
474 for (tpp = netpp; *tpp; tpp++) { in setnetpath()
[all …]