Lines Matching refs:netpp
91 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()
510 for (tpp = netpp; *tpp; tpp++) { in setnetpath()
535 if (netpp == NULL || nconf_handlep == NULL) { in endnetpath()
562 if (netpp == NULL) { in getnetpath()