1.2.5.8.4 PPP_EVENT Enumeration

C

typedef enum
{
    PPP_EVENT_NONE      = 0,   
    PPP_EVENT_UP,               
    PPP_EVENT_DOWN,             
    PPP_EVENT_OPEN,            
    PPP_EVENT_CLOSE,          
    PPP_EVENT_TMO_P,            
    PPP_EVENT_TMO_N,           
    PPP_EVENT_RCR_P,           
    PPP_EVENT_RCR_N_NAK,       
    PPP_EVENT_RCR_N_REJ,       
    PPP_EVENT_RCA,            
    PPP_EVENT_RCN,              
    PPP_EVENT_RTR,              
    PPP_EVENT_RTA,              
    PPP_EVENT_RUC,              
    PPP_EVENT_RXJ_P,           
    PPP_EVENT_RXJ_N,          
    PPP_EVENT_RXR,            
    PPP_EVENT_RUP,             
    PPP_EVENT_IP,             
}PPP_EVENT;

Members

MembersDescription
PPP_EVENT_NONEno event/invalid
PPP_EVENT_UPlower layer is Up
PPP_EVENT_DOWNlower layer is down
PPP_EVENT_OPENadministrative Open
PPP_EVENT_CLOSEadministrative Close
PPP_EVENT_TMO_PTimeout with counter > 0
PPP_EVENT_TMO_NTimeout with counter expired
PPP_EVENT_RCR_PReceive-Configure-Request (Good)
PPP_EVENT_RCR_N_NAKReceive-Configure-Request (Bad) that needs to be NAK-ed
PPP_EVENT_RCR_N_REJReceive-Configure-Request (Bad) that needs to be rejected
PPP_EVENT_RCAReceive-Configure-Ack
PPP_EVENT_RCNReceive-Configure-Nak/Rej
PPP_EVENT_RTRReceive-Terminate-Request
PPP_EVENT_RTAReceive-Terminate-Ack
PPP_EVENT_RUCReceive-Unknown-Code
PPP_EVENT_RXJ_PReceive-Code-Reject (permitted) or Receive-Protocol-Reject
PPP_EVENT_RXJ_NReceive-Code-Reject (catastrophic) or Receive-Protocol-Reject
PPP_EVENT_RXRReceive-Echo-Request or Receive-Echo-Reply or Receive-Discard-Request
PPP_EVENT_RUPReceive-Unknown-Protocol
PPP_EVENT_IPReceive IP Protocol frame

Description

PPP event occurring during the driver operation