Lines Matching refs:action
307 int old_state, action; in ppp_cp_event() local
320 action = cp_table[event][old_state]; in ppp_cp_event()
322 proto->state = action & STATE_MASK; in ppp_cp_event()
323 if (action & (SCR | STR)) /* set Configure-Req/Terminate-Req timer */ in ppp_cp_event()
326 if (action & ZRC) in ppp_cp_event()
328 if (action & IRC) in ppp_cp_event()
332 if (action & SCR) /* send Configure-Request */ in ppp_cp_event()
335 if (action & SCA) /* send Configure-Ack */ in ppp_cp_event()
337 if (action & SCN) /* send Configure-Nak/Reject */ in ppp_cp_event()
339 if (action & STR) /* send Terminate-Request */ in ppp_cp_event()
341 if (action & STA) /* send Terminate-Ack */ in ppp_cp_event()
343 if (action & SCJ) /* send Code-Reject */ in ppp_cp_event()