Classes | Defines | Typedefs | Enumerations | Functions | Variables

alexb/lib/lwip/contrib/src/netif/ppp/lcp.h File Reference

Classes

struct  lcp_options

Defines

#define CI_MRU   1
#define CI_ASYNCMAP   2
#define CI_AUTHTYPE   3
#define CI_QUALITY   4
#define CI_MAGICNUMBER   5
#define CI_PCOMPRESSION   7
#define CI_ACCOMPRESSION   8
#define CI_CALLBACK   13
#define CI_MRRU   17
#define CI_SSNHF   18
#define CI_EPDISC   19
#define PROTREJ   8
#define ECHOREQ   9
#define ECHOREP   10
#define DISCREQ   11
#define CBCP_OPT   6
#define DEFLOOPBACKFAIL   10

Typedefs

typedef struct lcp_options lcp_options

Enumerations

enum  LinkPhase {
  PHASE_DEAD = 0, PHASE_INITIALIZE, PHASE_ESTABLISH, PHASE_AUTHENTICATE,
  PHASE_CALLBACK, PHASE_NETWORK, PHASE_TERMINATE
}

Functions

void lcp_init (int)
void lcp_open (int)
void lcp_close (int, char *)
void lcp_lowerup (int)
void lcp_lowerdown (int)
void lcp_sprotrej (int, u_char *, int)

Variables

LinkPhase lcp_phase [NUM_PPP]
lcp_options lcp_wantoptions []
lcp_options lcp_gotoptions []
lcp_options lcp_allowoptions []
lcp_options lcp_hisoptions []
ext_accm xmit_accm []
struct protent lcp_protent

Define Documentation

#define CBCP_OPT   6
#define CI_ACCOMPRESSION   8
#define CI_ASYNCMAP   2
#define CI_AUTHTYPE   3
#define CI_CALLBACK   13
#define CI_EPDISC   19
#define CI_MAGICNUMBER   5
#define CI_MRRU   17
#define CI_MRU   1
#define CI_PCOMPRESSION   7
#define CI_QUALITY   4
#define CI_SSNHF   18
#define DEFLOOPBACKFAIL   10
#define DISCREQ   11
#define ECHOREP   10
#define ECHOREQ   9
#define PROTREJ   8

Typedef Documentation

typedef struct lcp_options lcp_options

Enumeration Type Documentation

enum LinkPhase
Enumerator:
PHASE_DEAD 
PHASE_INITIALIZE 
PHASE_ESTABLISH 
PHASE_AUTHENTICATE 
PHASE_CALLBACK 
PHASE_NETWORK 
PHASE_TERMINATE 

Function Documentation

void lcp_close ( int  ,
char *   
)
void lcp_init ( int   ) 
void lcp_lowerdown ( int   ) 
void lcp_lowerup ( int   ) 
void lcp_open ( int   ) 
void lcp_sprotrej ( int  ,
u_char *  ,
int   
)

Variable Documentation

LinkPhase lcp_phase[NUM_PPP]
struct protent lcp_protent
ext_accm xmit_accm[]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines