Lines Matching defs: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 */
3021 void *state, *ostate;
3041 state = cp->comp_alloc(ccp_option, data->length);
3042 if (state) {
3048 ppp->xc_state = state;
3059 state = cp->decomp_alloc(ccp_option, data->length);
3060 if (state) {
3066 ppp->rc_state = state;
3082 * Look at a CCP packet and update our state accordingly.