1.2.5.8.2 PPP_CTRL_PROTO Enumeration

C

typedef enum
{
    PPP_CTRL_PROTO_NONE    = 0,
    PPP_CTRL_PROTO_LCP,       
    PPP_CTRL_PROTO_IPCP,  

}PPP_CTRL_PROTO;

Members

MembersDescription
PPP_CTRL_PROTO_NONEinvalid/unknown
PPP_CTRL_PROTO_LCPLCP control protocol
PPP_CTRL_PROTO_IPCPIPCP control protocol

Description

PPP control protocol identifier

Basic control protocols supported