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

/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c109 * ppa_list contains the list of active per-attachment instance state
116 static sppa_t *ppa_list = NULL; variable
219 nextppa = &ppa_list;
301 availppa = &ppa_list;
953 for (ppa = ppa_list; ppa != NULL; ppa = ppa->ppa_nextppa) {
1458 for (ppa = ppa_list; ppa != NULL; ppa = ppa->ppa_nextppa) {

Completed in 62 milliseconds