PPP_CTRL_PROTO Enumeration
C
typedef enum
{
PPP_CTRL_PROTO_NONE = 0,
PPP_CTRL_PROTO_LCP,
PPP_CTRL_PROTO_IPCP,
}PPP_CTRL_PROTO;
Members
Members | Description |
---|---|
PPP_CTRL_PROTO_NONE | invalid/unknown |
PPP_CTRL_PROTO_LCP | LCP control protocol |
PPP_CTRL_PROTO_IPCP | IPCP control protocol |
Description
PPP control protocol identifier
Basic control protocols supported