Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

SRC/ppp.h File Reference


Detailed Description

Definition in file ppp.h.

Go to the source code of this file.

Data Structures

struct  xcp_type
struct  option_state
struct  ppp_xcp
struct  ppp_state

Typedefs

typedef void(* xcp_func )(struct ppp_state *state, struct ppp_xcp *xcp, const struct xcp_type *tp, const BYTE *buf, int len)
typedef void(* ppp_func )(struct ppp_state *state, struct ppp_xcp *xcp)

Enumerations

enum  ppp_phase {
  phDead,
  phEstablish,
  phAuthenticate,
  phNetwork,
  phTerminate
}
enum  ppp_event {
  evUp,
  evDown,
  evOpen,
  evClose,
  evTOp,
  evTOm,
  evRCRp,
  evRCRm,
  evRCA,
  evRCN,
  evRTR,
  evRTA,
  evRUC,
  evRXJp,
  evRXJm,
  evRXR
}
enum  xcp_state {
  stInitial,
  stStarting,
  stClosed,
  stStopped,
  stClosing,
  stStopping,
  stReqSent,
  stAckRcvd,
  stAckSent,
  stOpened,
  stNoChange
}
enum  xcp_action {
  acNull,
  acIrc,
  acScr,
  acTls,
  acTlf,
  acStr,
  acSta,
  acSca,
  acScn,
  acScj,
  acTld,
  acTlu,
  acZrc,
  acSer
}
enum  os_state {
  osUsable,
  osUnusable
}
enum  parse_state {
  psOK,
  psNak,
  psRej,
  psBad
}

Functions

void ppp_start (int debug)
void ppp_input (const BYTE *inbuf, WORD len)
 The PPP input handler.


Generated on Wed Aug 4 08:55:58 2010 for Watt-32 tcp/ip by doxygen 1.3.8