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

  /external/libppp/src/
slcompress.h 131 struct cstate *last_cs; /* most recently used tstate */ member in struct:slcompress
slcompress.c 96 comp->last_cs = &tstate[0];
163 register struct cstate *cs = comp->last_cs->cs_next;
205 * States are kept in a circularly linked list with last_cs pointing to the
213 register struct cstate *lastcs = comp->last_cs;
229 * state points to the newest and we only need to set last_cs to update
233 comp->last_cs = lcs;
247 comp->last_cs = lcs;
  /external/ppp/pppd/include/net/
slcompress.h 120 struct cstate *last_cs; /* most recently used tstate */ member in struct:slcompress
vjcompress.h 119 struct cstate *last_cs; /* most recently used tstate */ member in struct:vjcompress

Completed in 73 milliseconds