Home | History | Annotate | Download | only in pppd

Lines Matching defs:c_next

1311     struct		callout *c_next;
1346 for (pp = &callout; (p = *pp); pp = &p->c_next)
1351 newp->c_next = p;
1369 for (copp = &callout; (freep = *copp); copp = &freep->c_next)
1371 *copp = freep->c_next;
1396 callout = p->c_next;