Home | History | Annotate | Download | only in pppd

Lines Matching full:fsm

54 #include "fsm.h"
66 /* steal a bit in fsm flags word */
190 fsm lcp_fsm[NUM_PPP]; /* LCP fsm structure (global)*/
203 * Callbacks for fsm code. (CI = Configuration Information)
205 static void lcp_resetci __P((fsm *)); /* Reset our CI */
206 static int lcp_cilen __P((fsm *)); /* Return length of our CI */
207 static void lcp_addci __P((fsm *, u_char *, int *)); /* Add our CI to pkt */
208 static int lcp_ackci __P((fsm *, u_char *, int)); /* Peer ack'd our CI */
209 static int lcp_nakci __P((fsm *, u_char *, int, int)); /* Peer nak'd our CI */
210 static int lcp_rejci __P((fsm *, u_char *, int)); /* Peer rej'd our CI */
211 static int lcp_reqci __P((fsm *, u_char *, int *, int)); /* Rcv peer CI */
212 static void lcp_up __P((fsm *)); /* We're UP */
213 static void lcp_down __P((fsm *)); /* We're DOWN */
214 static void lcp_starting __P((fsm *)); /* We need lower layer up */
215 static void lcp_finished __P((fsm *)); /* We need lower layer down */
216 static int lcp_extcode __P((fsm *, int, int, u_char *, int));
217 static void lcp_rprotrej __P((fsm *, u_char *, int));
226 static void lcp_received_echo_reply __P((fsm *, int, u_char *, int));
227 static void LcpSendEchoRequest __P((fsm *));
228 static void LcpLinkFailure __P((fsm *));
229 static void LcpEchoCheck __P((fsm *));
239 lcp_up, /* Called when fsm reaches OPENED state */
240 lcp_down, /* Called when fsm leaves OPENED state */
339 fsm *f = &lcp_fsm[unit];
379 fsm *f = &lcp_fsm[unit];
399 fsm *f = &lcp_fsm[unit];
414 * This action is not strictly according to the FSM in RFC1548,
434 fsm *f = &lcp_fsm[unit];
462 fsm *f = &lcp_fsm[unit];
479 fsm *f = arg;
497 fsm *f = &lcp_fsm[unit];
512 fsm *f;
555 fsm *f;
646 fsm *f;
672 fsm *f;
708 fsm *f;
796 fsm *f;
951 fsm *f;
1345 fsm *f;
1504 fsm *f;
1895 fsm *f;
1946 fsm *f;
1967 fsm *f;
1978 fsm *f;
2239 fsm *f;
2255 fsm *f;
2280 LcpEchoCheck ((fsm *) arg);
2290 fsm *f;
2319 fsm *f;
2354 fsm *f = &lcp_fsm[unit];
2374 fsm *f = &lcp_fsm[unit];