Searched defs:fsm (Results 1 - 12 of 12) sorted by relevance

/external/libppp/src/
H A Dauth.h51 struct fsm_retry fsm; /* How often/frequently to resend requests */ member in struct:authinfo::__anon8768
H A Dcbcp.h33 /* fsm states */
58 } fsm; member in struct:cbcp
H A Dipv6cp.h38 struct fsm fsm; /* The finite state machine */ member in struct:ipv6cp
41 struct fsm_retry fsm; /* frequency to resend requests */ member in struct:ipv6cp::__anon8817
H A Dipcp.h46 struct fsm fsm; /* The finite state machine */ member in struct:ipcp
69 struct fsm_retry fsm; /* frequency to resend requests */ member in struct:ipcp::__anon8812
H A Dbundle.h99 struct fsm_parent fsm; /* Our callback functions */ member in struct:bundle
H A Dccp.h81 struct fsm_retry fsm; /* How often/frequently to resend requests */ member in struct:ccp_config
92 struct fsm fsm; /* The finite state machine */ member in struct:ccp
127 int (*Usable)(struct fsm *); /* Ok to negotiate ? */
128 int (*Required)(struct fsm *); /* Must negotiate ? */
156 extern void ccp_SendResetReq(struct fsm *);
162 extern int ccp_DefaultUsable(struct fsm *);
163 extern int ccp_DefaultRequired(struct fsm *);
H A Dlcp.h50 struct fsm fsm; /* The finite state machine */ member in struct:lcp
92 struct fsm_retry fsm; /* How often/frequently to resend requests */ member in struct:lcp::__anon8818
H A Dfsm.h28 * $FreeBSD: src/usr.sbin/ppp/fsm.h,v 1.29.14.1 2010/12/21 17:10:29 kensmith Exp $
61 struct fsm;
76 int (*LayerUp)(struct fsm *); /* Layer is now up (tlu) */
77 void (*LayerDown)(struct fsm *); /* About to come down (tld) */
78 void (*LayerStart)(struct fsm *); /* Layer about to start (tls) */
79 void (*LayerFinish)(struct fsm *); /* Layer now down (tlf) */
80 void (*InitRestartCounter)(struct fsm *, int);/* Set fsm timer load */
81 void (*SendConfigReq)(struct fsm *); /* Send REQ please */
82 void (*SentTerminateReq)(struct fsm *); /* Ter
101 struct fsm { struct
[all...]
/external/ppp/pppd/
H A Dfsm.h2 * fsm.h - {Link, IP} Control Protocol Finite State Machine definitions.
42 * $Id: fsm.h,v 1.10 2004/11/13 02:28:15 paulus Exp $
64 * Each FSM is described by an fsm structure and fsm callbacks.
66 typedef struct fsm { struct
84 } fsm; typedef in typeref:struct:fsm
89 __P((fsm *));
91 __P((fsm *));
93 __P((fsm *, u_char *, int *));
95 __P((fsm *, u_cha
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h508 struct _DebugInfoFSM fsm; member in struct:_DebugInfo
510 /* Once the ::fsm has reached an accept state -- typically, when
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 214 milliseconds