RTEMS CPU Kit with SuperCore  4.11.3
Macros | Functions | Variables
fsm.c File Reference
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include "pppd.h"
#include "fsm.h"
Include dependency graph for fsm.c:

Macros

#define RCSID   "$Id$"
 
#define PROTO_NAME(f)   ((f)->callbacks->proto_name)
 

Functions

void fsm_init (fsm *f)
 
void fsm_lowerup (fsm *f)
 
void fsm_lowerdown (fsm *f)
 
void fsm_open (fsm *f)
 
void fsm_close (fsm *f, char *reason)
 
void fsm_input (fsm *f, u_char *inpacket, int l)
 
void fsm_protreject (fsm *f)
 
void fsm_sdata (fsm *f, u_char code, u_char id, u_char *data, int datalen)
 

Variables

int peer_mru [NUM_PPP]