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

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dvj.h133 struct cstate *last_cs; /* most recently used tstate */
142 struct cstate tstate[MAX_SLOTS]; /* xmit connection states */ member in struct:vjcompress
H A Dvj.c56 register struct cstate *tstate = comp->tstate; local
64 tstate[i].cs_id = i;
65 tstate[i].cs_next = &tstate[i - 1];
67 tstate[0].cs_next = &tstate[MAX_SLOTS - 1];
68 tstate[0].cs_id = 0;
69 comp->last_cs = &tstate[0];
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dvj.h134 struct cstate *last_cs; /* most recently used tstate */
143 struct cstate tstate[MAX_SLOTS]; /* xmit connection states */ member in struct:vjcompress
H A Dvj.c54 register struct cstate *tstate = comp->tstate; local
62 tstate[i].cs_id = i;
63 tstate[i].cs_next = &tstate[i - 1];
65 tstate[0].cs_next = &tstate[MAX_SLOTS - 1];
66 tstate[0].cs_id = 0;
67 comp->last_cs = &tstate[0];

Completed in 45 milliseconds