Lines Matching defs:fsm_callbacks
75 struct fsm_callbacks { struct
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 */
82 void (*SentTerminateReq)(struct fsm *); /* Term REQ just sent */
83 void (*SendTerminateAck)(struct fsm *, u_char); /* Send Term ACK please */
84 void (*DecodeConfig)(struct fsm *, u_char *, u_char *, int,
86 int (*RecvResetReq)(struct fsm *fp); /* Reset output */
87 void (*RecvResetAck)(struct fsm *fp, u_char); /* Reset input */