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

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dfsm.h2 * fsm.h - Network Control Protocol Finite State Machine header file.
34 * fsm.h - {Link, IP} Control Protocol Finite State Machine definitions.
51 * $Id: fsm.h,v 1.1 2003/05/27 14:37:56 jani Exp $
105 * Each FSM is described by an fsm structure and fsm callbacks.
107 typedef struct fsm { struct
124 } fsm; typedef in typeref:struct:fsm
129 (fsm*);
131 (fsm*);
133 (fsm*, u_cha
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dfsm.h2 * fsm.h - Network Control Protocol Finite State Machine header file.
34 * fsm.h - {Link, IP} Control Protocol Finite State Machine definitions.
51 * $Id: fsm.h,v 1.5 2009/12/31 17:08:08 goldsimon Exp $
76 * Each FSM is described by an fsm structure and fsm callbacks.
78 typedef struct fsm { struct
95 } fsm; typedef in typeref:struct:fsm
99 void (*resetci)(fsm*); /* Reset our Configuration Information */
100 int (*cilen)(fsm*); /* Length of our Configuration Information */
101 void (*addci)(fsm*, u_cha
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A DMT25408_PRM.h320 pseudo_bit_t fsm[0x00001]; /* force source MAC */ member in struct:hermonprm_address_path_st

Completed in 717 milliseconds