Lines Matching refs:state
125 unsigned int xstate; /* transmit state bits 68 */
126 unsigned int rstate; /* receive state bits 6c */
128 struct slcompress *vj; /* state for VJ header compression */
132 void *xc_state; /* its internal state 90 */
134 void *rc_state; /* its internal state 98 */
2847 void *state, *ostate;
2867 state = cp->comp_alloc(ccp_option, data->length);
2868 if (state) {
2874 ppp->xc_state = state;
2885 state = cp->decomp_alloc(ccp_option, data->length);
2886 if (state) {
2892 ppp->rc_state = state;
2908 * Look at a CCP packet and update our state accordingly.