Searched defs:fsm_callbacks (Results 1 – 1 of 1) sorted by relevance
76 struct fsm_callbacks { struct77 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,[all …]