Searched refs:fsm (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-11-stable/usr.sbin/ppp/
H A Ddeflate.c40 #include "fsm.h"
229 ccp_SendResetReq(&ccp->fsm);
266 ccp_SendResetReq(&ccp->fsm);
308 ccp_SendResetReq(&ccp->fsm);
391 ccp_SendResetReq(&ccp->fsm);
H A Dbundle.h101 struct fsm_parent fsm; /* Our callback functions */ member in struct:bundle
H A Dmp.c61 #include "fsm.h"
166 mp_LayerStart(void *v __unused, struct fsm *fp __unused)
172 mp_LayerUp(void *v __unused, struct fsm *fp)
174 /* The given fsm (ccp) is now up */
180 mp_LayerDown(void *v __unused, struct fsm *fp __unused)
186 mp_LayerFinish(void *v __unused, struct fsm *fp)
188 /* The given fsm (ccp) is now down */
370 fsm_Up(&mp->link.ccp.fsm);
371 fsm_Open(&mp->link.ccp.fsm);
395 fsm2initial(&mp->link.ccp.fsm);
[all...]
H A Dprompt.c54 #include "fsm.h"
106 if (p->bundle->ncp.ipcp.fsm.state == ST_OPENED)
110 p->bundle->ncp.ipv6cp.fsm.state == ST_OPENED)
H A Dbundle.c65 #include "fsm.h"
169 bundle_LayerStart(void *v __unused, struct fsm *fp __unused)
269 bundle_LayerUp(void *v, struct fsm *fp)
272 * The given fsm is now up
305 bundle_LayerDown(void *v, struct fsm *fp)
340 if (fp == &dl->physical->link.lcp.fsm)
365 bundle_LayerFinish(void *v, struct fsm *fp)
367 /* The given fsm is now down (fp cannot be NULL)
824 bundle.fsm.LayerStart = bundle_LayerStart;
825 bundle.fsm
[all...]
H A Dip.c60 #include "fsm.h"
962 if (bundle->ncp.ipcp.fsm.state != ST_OPENED) {
982 if (bundle->ncp.ipv6cp.fsm.state != ST_OPENED) {
H A Dhdlc.c47 #include "fsm.h"
412 hdlc->lqm.owner->fsm.link->name,
H A Dchap.c61 #include "fsm.h"
599 struct bundle *bundle = authp->physical->link.lcp.fsm.bundle;
/freebsd-11-stable/sbin/iscontrol/
H A Discontrol.c261 fsm(op);
H A Dfsm.c31 | $Id: fsm.c,v 2.8 2007/05/19 16:34:21 danny Exp danny $
35 __FBSDID("$FreeBSD: stable/11/sbin/iscontrol/fsm.c 330449 2018-03-05 07:26:05Z eadler $");
678 fsm(isc_opt_t *op)
677 fsm(isc_opt_t *op) function

Completed in 87 milliseconds

12