Home | History | Annotate | Download | only in pppd

Lines Matching full:fsm

60 #include "fsm.h"
79 * Callbacks for fsm code. (CI = Configuration Information)
81 static void ipxcp_resetci __P((fsm *)); /* Reset our CI */
82 static int ipxcp_cilen __P((fsm *)); /* Return length of our CI */
83 static void ipxcp_addci __P((fsm *, u_char *, int *)); /* Add our CI */
84 static int ipxcp_ackci __P((fsm *, u_char *, int)); /* Peer ack'd our CI */
85 static int ipxcp_nakci __P((fsm *, u_char *, int, int));/* Peer nak'd our CI */
86 static int ipxcp_rejci __P((fsm *, u_char *, int)); /* Peer rej'd our CI */
87 static int ipxcp_reqci __P((fsm *, u_char *, int *, int)); /* Rcv CI */
88 static void ipxcp_up __P((fsm *)); /* We're UP */
89 static void ipxcp_down __P((fsm *)); /* We're DOWN */
90 static void ipxcp_finished __P((fsm *)); /* Don't need lower layer */
91 static void ipxcp_script __P((fsm *, char *)); /* Run an up/down script */
93 fsm ipxcp_fsm[NUM_PPP]; /* IPXCP fsm structure */
103 ipxcp_up, /* Called when fsm reaches OPENED state */
104 ipxcp_down, /* Called when fsm leaves OPENED state */
383 fsm *f = &ipxcp_fsm[unit];
542 fsm *f;
590 fsm *f;
611 fsm *f;
660 fsm *f;
767 fsm *f;
880 fsm *f;
991 fsm *f;
1294 fsm *f;
1373 fsm *f;
1393 fsm *f;
1405 fsm *f;