Searched refs:PPP_FSM_ACKRCVD (Results 1 – 2 of 2) sorted by relevance
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()[all …]
141 #define PPP_FSM_ACKRCVD 7 /* We've received a Config Ack */ macro