HomeSort by relevance Sort by last modified time
    Searched refs:cs_next (Results 1 - 4 of 4) sorted by null

  /external/libppp/src/
slcompress.c 92 tstate[i].cs_next = &tstate[i - 1];
94 tstate[0].cs_next = &tstate[max_state];
163 register struct cstate *cs = comp->last_cs->cs_next;
217 cs = cs->cs_next;
249 lcs->cs_next = cs->cs_next;
250 cs->cs_next = lastcs->cs_next;
251 lastcs->cs_next = cs;
slcompress.h 113 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ member in struct:cstate
  /external/ppp/pppd/include/net/
slcompress.h 103 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ member in struct:cstate
vjcompress.h 103 struct cstate *cs_next; /* next most recently used state (xmit only) */ member in struct:cstate

Completed in 29 milliseconds