Searched refs:ST_STARTING (Results 1 – 3 of 3) sorted by relevance
233 if (fp->state != ST_STARTING) { in FsmOpenNow()259 NewState(fp, ST_STARTING); in fsm_Open()301 case ST_STARTING: in fsm_Up()327 NewState(fp, ST_STARTING); in fsm_Down()335 NewState(fp, ST_STARTING); in fsm_Down()339 NewState(fp, ST_STARTING); in fsm_Down()349 case ST_STARTING: in fsm_Close()517 case ST_STARTING: in FsmRecvConfigReq()691 case ST_STARTING: in FsmRecvConfigNak()743 case ST_STARTING: in FsmRecvTermReq()[all …]
529 ncp->ipcp.fsm.state == ST_STARTING) in ncp_LayersUnfinished()534 ncp->ipv6cp.fsm.state == ST_STARTING) in ncp_LayersUnfinished()545 ncp->ipcp.fsm.state == ST_STARTING) in ncp_Close()550 ncp->ipv6cp.fsm.state == ST_STARTING) in ncp_Close()
35 #define ST_STARTING 1 macro