Searched refs:nextppa (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c209 sppa_t **nextppa; local
219 nextppa = &ppa_list;
220 while (*nextppa != NULL) {
221 if (*nextppa == ppa) {
222 *nextppa = ppa->ppa_nextppa;
225 nextppa = &(*nextppa)->ppa_nextppa;

Completed in 46 milliseconds