HomeSort by relevance Sort by last modified time
    Searched defs:fsm (Results 1 - 13 of 13) sorted by null

  /external/libppp/src/
auth.h 51 struct fsm_retry fsm; /* How often/frequently to resend requests */ member in struct:authinfo::__anon10725
cbcp.h 33 /* fsm states */
54 int state; /* Our FSM state */
55 u_char id; /* Our FSM ID */
56 u_char restart; /* FSM Send again ? */
58 } fsm; member in struct:cbcp
ipv6cp.h 38 struct fsm fsm; /* The finite state machine */ member in struct:ipv6cp
41 struct fsm_retry fsm; /* frequency to resend requests */ member in struct:ipv6cp::__anon10774
ipcp.h 46 struct fsm fsm; /* The finite state machine */ member in struct:ipcp
69 struct fsm_retry fsm; /* frequency to resend requests */ member in struct:ipcp::__anon10769
bundle.h 99 struct fsm_parent fsm; /* Our callback functions */ member in struct:bundle
ccp.h 81 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 *);
lcp.h 50 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::__anon10775
fsm.h 28 * $FreeBSD: src/usr.sbin/ppp/fsm.h,v 1.29.14.1 2010/12/21 17:10:29 kensmith Exp $
61 struct fsm;
64 u_int timeout; /* FSM retry frequency */
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 *
101 struct fsm { struct
    [all...]
  /external/ppp/pppd/
fsm.h 2 * 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 *))
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 508 struct _DebugInfoFSM fsm; member in struct:_DebugInfo
510 /* Once the ::fsm has reached an accept state -- typically, when
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 223 milliseconds