Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dfsm.c235 if (fp->state != ST_STARTING) { in FsmOpenNow()
261 NewState(fp, ST_STARTING); in fsm_Open()
303 case ST_STARTING: in fsm_Up()
329 NewState(fp, ST_STARTING); in fsm_Down()
337 NewState(fp, ST_STARTING); in fsm_Down()
341 NewState(fp, ST_STARTING); in fsm_Down()
351 case ST_STARTING: in fsm_Close()
519 case ST_STARTING: in FsmRecvConfigReq()
693 case ST_STARTING: in FsmRecvConfigNak()
745 case ST_STARTING: in FsmRecvTermReq()
[all …]
H A Dncp.c531 ncp->ipcp.fsm.state == ST_STARTING) in ncp_LayersUnfinished()
536 ncp->ipv6cp.fsm.state == ST_STARTING) in ncp_LayersUnfinished()
547 ncp->ipcp.fsm.state == ST_STARTING) in ncp_Close()
552 ncp->ipv6cp.fsm.state == ST_STARTING) in ncp_Close()
H A Dfsm.h37 #define ST_STARTING 1 macro