Home
last modified time | relevance | path

Searched refs:ST_STOPPING (Results 1 – 2 of 2) sorted by relevance

/external/libppp/src/
Dfsm.c286 case ST_STOPPING: /* XXX: restart option */ in fsm_Open()
287 NewState(fp, ST_STOPPING); in fsm_Open()
331 case ST_STOPPING: in fsm_Down()
357 case ST_STOPPING: in fsm_Close()
417 case ST_STOPPING: in FsmTimeout()
437 case ST_STOPPING: in FsmTimeout()
529 case ST_STOPPING: in FsmRecvConfigReq()
638 case ST_STOPPING: in FsmRecvConfigAck()
702 case ST_STOPPING: in FsmRecvConfigNak()
750 case ST_STOPPING: in FsmRecvTermReq()
[all …]
Dfsm.h39 #define ST_STOPPING 5 macro