Lines Matching defs:fsm
102 struct fsm { struct
103 const char *name; /* Name of protocol */
104 u_short proto; /* Protocol number */
105 u_short min_code;
106 u_short max_code;
107 int open_mode; /* Delay before config REQ (-1 forever) */
108 unsigned state; /* State of the machine */
109 u_char reqid; /* Next request id */
110 int restart; /* Restart counter value */
112 struct {
139 const struct fsm_parent *parent; argument
140 const struct fsm_callbacks *fn; argument