Home
last modified time | relevance | path

Searched refs:ST_CLOSED (Results 1 – 7 of 7) sorted by relevance

/external/libppp/src/
Dfsm.c263 case ST_CLOSED: in fsm_Open()
299 NewState(fp, ST_CLOSED); in fsm_Up()
317 case ST_CLOSED: in fsm_Down()
355 NewState(fp, ST_CLOSED); in fsm_Close()
434 NewState(fp, ST_CLOSED); in FsmTimeout()
522 case ST_CLOSED: in FsmRecvConfigReq()
633 case ST_CLOSED: in FsmRecvConfigAck()
696 case ST_CLOSED: in FsmRecvConfigNak()
747 case ST_CLOSED: in FsmRecvTermReq()
780 NewState(fp, ST_CLOSED); in FsmRecvTermAck()
[all …]
Dncp.c513 if (ncp->ipcp.fsm.state > ST_CLOSED || in ncp_LayersUnfinished()
518 if (ncp->ipv6cp.fsm.state > ST_CLOSED || in ncp_LayersUnfinished()
529 if (ncp->ipcp.fsm.state > ST_CLOSED || in ncp_Close()
534 if (ncp->ipv6cp.fsm.state > ST_CLOSED || in ncp_Close()
Dfsm.h36 #define ST_CLOSED 2 macro
Dphysical.c569 if (p->link.lcp.fsm.state <= ST_CLOSED) { in physical_DescriptorRead()
Dmp.c187 if (fp->state == ST_CLOSED && fp->open_mode == OPEN_PASSIVE) in mp_LayerFinish()
Ddatalink.c787 } else if (fp->state == ST_CLOSED && fp->open_mode == OPEN_PASSIVE) in datalink_LayerFinish()
Dcommand.c1251 if (arg->cx->physical->link.lcp.fsm.state > ST_CLOSED) { in TerminalCommand()