Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/ppp/ppp/
Dfsm.c291 case ST_STOPPING: /* XXX: restart option */ in fsm_Open()
292 NewState(fp, ST_STOPPING); in fsm_Open()
336 case ST_STOPPING: in fsm_Down()
362 case ST_STOPPING: in fsm_Close()
422 case ST_STOPPING: in FsmTimeout()
442 case ST_STOPPING: in FsmTimeout()
534 case ST_STOPPING: in FsmRecvConfigReq()
643 case ST_STOPPING: in FsmRecvConfigAck()
707 case ST_STOPPING: in FsmRecvConfigNak()
755 case ST_STOPPING: in FsmRecvTermReq()
[all …]
Dfsm.h39 #define ST_STOPPING 5 macro