Lines Matching defs:fsm_callbacks
76 struct fsm_callbacks { struct
77 int (*LayerUp)(struct fsm *); /* Layer is now up (tlu) */
78 void (*LayerDown)(struct fsm *); /* About to come down (tld) */
79 void (*LayerStart)(struct fsm *); /* Layer about to start (tls) */
80 void (*LayerFinish)(struct fsm *); /* Layer now down (tlf) */
81 void (*InitRestartCounter)(struct fsm *, int);/* Set fsm timer load */
82 void (*SendConfigReq)(struct fsm *); /* Send REQ please */
83 void (*SentTerminateReq)(struct fsm *); /* Term REQ just sent */
84 void (*SendTerminateAck)(struct fsm *, u_char); /* Send Term ACK please */
85 void (*DecodeConfig)(struct fsm *, u_char *, u_char *, int,
87 int (*RecvResetReq)(struct fsm *fp); /* Reset output */
88 void (*RecvResetAck)(struct fsm *fp, u_char); /* Reset input */