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

/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c1855 spppstr_t *destsps; local
1891 if ((destsps = ctlsps) == NULL ||
1892 destsps->sps_ioc_id != iop->ioc_id) {
1893 destsps = ppa->ppa_streams;
1894 while (destsps != NULL) {
1895 if (destsps->sps_ioc_id == iop->ioc_id) {
1898 destsps = destsps->sps_nextsib;
1902 if (destsps == NULL) {
1918 destsps
1986 spppstr_t *destsps; local
2147 spppstr_t *destsps = NULL; local
2308 spppstr_t *destsps; local
[all...]

Completed in 60 milliseconds