Searched refs:xstate (Results 1 – 1 of 1) sorted by relevance
106 unsigned int xstate; /* transmit state bits 68 */ member572 val = ppp->flags | ppp->xstate | ppp->rstate; in ppp_ioctl()1032 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state != 0 in ppp_send_frame()1975 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress()2032 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()2045 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()2070 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek()2084 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()2095 void *xstate, *rstate; in ppp_ccp_closed() local2100 ppp->xstate = 0; in ppp_ccp_closed()[all …]