Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dfsm.h98 typedef struct fsm_callbacks { struct
99 void (*resetci) /* Reset our Configuration Information */
101 int (*cilen) /* Length of our Configuration Information */
103 void (*addci) /* Add our Configuration Information */
128 } fsm_callbacks; argument
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dfsm.h94 typedef struct fsm_callbacks { struct
95 void (*resetci) /* Reset our Configuration Information */
97 int (*cilen) /* Length of our Configuration Information */
99 void (*addci) /* Add our Configuration Information */
124 } fsm_callbacks; argument
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dfsm.h98 typedef struct fsm_callbacks { struct
114 } fsm_callbacks; typedef

Completed in 8 milliseconds