Home
last modified time | relevance | path

Searched refs:ST_STARTING (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dfsm.c233 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 …]
H A Dncp.c529 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()
H A Dfsm.h35 #define ST_STARTING 1 macro