Lines Matching refs:PPP_FSM_ACKRCVD
138 case PPP_FSM_ACKRCVD: in fsm_lowerdown()
252 case PPP_FSM_ACKRCVD: in fsm_close()
290 case PPP_FSM_ACKRCVD: in fsm_timeout()
303 if( f->state == PPP_FSM_ACKRCVD ) in fsm_timeout()
437 if (f->state == PPP_FSM_ACKRCVD) { in fsm_rconfreq()
448 if (f->state != PPP_FSM_ACKRCVD) in fsm_rconfreq()
480 f->state = PPP_FSM_ACKRCVD; in fsm_rconfack()
484 case PPP_FSM_ACKRCVD: in fsm_rconfack()
557 case PPP_FSM_ACKRCVD: in fsm_rconfnakrej()
584 case PPP_FSM_ACKRCVD: in fsm_rtermreq()
626 case PPP_FSM_ACKRCVD: in fsm_rtermack()
656 if( f->state == PPP_FSM_ACKRCVD ) in fsm_rcoderej()
680 case PPP_FSM_ACKRCVD: in fsm_protreject()
712 if( f->state != PPP_FSM_REQSENT && f->state != PPP_FSM_ACKRCVD && f->state != PPP_FSM_ACKSENT ){ in fsm_sconfreq()