Home
last modified time | relevance | path

Searched defs:fsm_callbacks (Results 1 – 1 of 1) sorted by relevance

/external/ppp/pppd/
Dfsm.h87 typedef struct fsm_callbacks { struct
88 void (*resetci) /* Reset our Configuration Information */
90 int (*cilen) /* Length of our Configuration Information */
92 void (*addci) /* Add our Configuration Information */
117 } fsm_callbacks; argument