Home | History | Annotate | Download | only in pppd

Lines Matching refs:c_next

1244     struct		callout *c_next;
1279 c_next)
1284 newp->c_next = p;
1302 for (copp = &callout; (freep = *copp); copp = &freep->c_next)
1304 *copp = freep->c_next;
1329 callout = p->c_next;