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