• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/

Lines Matching refs:fsm

31 #include "fsm.h"
43 /* steal a bit in fsm flags word */
167 fsm lcp_fsm[NUM_PPP]; /* LCP fsm structure (global)*/
180 * Callbacks for fsm code. (CI = Configuration Information)
182 static void lcp_resetci __P((fsm *)); /* Reset our CI */
183 static int lcp_cilen __P((fsm *)); /* Return length of our CI */
184 static void lcp_addci __P((fsm *, u_char *, int *)); /* Add our CI to pkt */
185 static int lcp_ackci __P((fsm *, u_char *, int)); /* Peer ack'd our CI */
186 static int lcp_nakci __P((fsm *, u_char *, int)); /* Peer nak'd our CI */
187 static int lcp_rejci __P((fsm *, u_char *, int)); /* Peer rej'd our CI */
188 static int lcp_reqci __P((fsm *, u_char *, int *, int)); /* Rcv peer CI */
189 static void lcp_up __P((fsm *)); /* We're UP */
190 static void lcp_down __P((fsm *)); /* We're DOWN */
191 static void lcp_starting __P((fsm *)); /* We need lower layer up */
192 static void lcp_finished __P((fsm *)); /* We need lower layer down */
193 static int lcp_extcode __P((fsm *, int, int, u_char *, int));
194 static void lcp_rprotrej __P((fsm *, u_char *, int));
203 static void lcp_received_echo_reply __P((fsm *, int, u_char *, int));
204 static void LcpSendEchoRequest __P((fsm *));
205 static void LcpLinkFailure __P((fsm *));
206 static void LcpEchoCheck __P((fsm *));
216 lcp_up, /* Called when fsm reaches OPENED state */
217 lcp_down, /* Called when fsm leaves OPENED state */
316 fsm *f = &lcp_fsm[unit];
359 fsm *f = &lcp_fsm[unit];
379 fsm *f = &lcp_fsm[unit];
406 fsm *f = &lcp_fsm[unit];
433 fsm *f = &lcp_fsm[unit];
449 fsm *f = arg;
467 fsm *f = &lcp_fsm[unit];
482 fsm *f;
523 fsm *f;
602 fsm *f;
628 fsm *f;
662 fsm *f;
748 fsm *f;
901 fsm *f;
1253 fsm *f;
1409 fsm *f;
1757 fsm *f;
1807 fsm *f;
1828 fsm *f;
1839 fsm *f;
2072 fsm *f;
2088 fsm *f;
2113 LcpEchoCheck ((fsm *) arg);
2123 fsm *f;
2152 fsm *f;
2187 fsm *f = &lcp_fsm[unit];
2207 fsm *f = &lcp_fsm[unit];