Lines Matching defs:netpp
76 * 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;
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 = getnetlist()) == NULL)) {
231 for (tpp = netpp; *tpp; tpp++) {
409 if ((netpp == NULL) && ((netpp = getnetlist()) == NULL)) {
442 for (tpp = netpp; *tpp; tpp++) {
474 for (tpp = netpp; *tpp; tpp++) {
498 * "netpp" list (the entry must exist in the list, otherwise
510 for (tpp = netpp; *tpp; tpp++) {
535 if (netpp == NULL || nconf_handlep == NULL) {
562 if (netpp == NULL) {