Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c89 static struct netconfig **netpp = NULL; variable
128 if ((netpp == NULL) && ((netpp = getnetlist()) == NULL)) { in setnetconfig()
138 retp->nc_head = retp->nc_curr = netpp; in setnetconfig()
152 if (netpp == NULL || nconf_handlep == NULL) { in endnetconfig()
181 if ((netpp == NULL) || (nconf_handlep == NULL)) { in getnetconfig()
224 if ((netpp == NULL) && ((netpp = getnetlist()) == NULL)) { in getnetconfigent()
229 for (tpp = netpp; *tpp; tpp++) { in getnetconfigent()
407 if ((netpp == NULL) && ((netpp = getnetlist()) == NULL)) { in setnetpath()
440 for (tpp = netpp; *tpp; tpp++) { in setnetpath()
472 for (tpp = netpp; *tpp; tpp++) { in setnetpath()
[all …]