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