Searched refs:PPP_FSM_INITIAL (Results 1 – 2 of 2) sorted by relevance
80 f->state = PPP_FSM_INITIAL; in fsm_init()93 case PPP_FSM_INITIAL: in fsm_lowerup()122 f->state = PPP_FSM_INITIAL; in fsm_lowerdown()132 f->state = PPP_FSM_INITIAL; in fsm_lowerdown()162 case PPP_FSM_INITIAL: in fsm_open()242 f->state = PPP_FSM_INITIAL; in fsm_close()345 if( f->state == PPP_FSM_INITIAL || f->state == PPP_FSM_STARTING ){ in fsm_input()
134 #define PPP_FSM_INITIAL 0 /* Down, hasn't been opened */ macro