2.2.1.2.73 PPP_INFO_2

The PPP_INFO_2 structure<55> is used to report the results of the various PPP projection operations for a connection.

 typedef struct _PPP_INFO_2 {
   PPP_NBFCP_INFO nbf;
   PPP_IPCP_INFO2 ip;
   PPP_IPXCP_INFO ipx;
   PPP_ATCP_INFO at;
   PPP_CCP_INFO ccp;
   PPP_LCP_INFO lcp;
 } PPP_INFO_2;

nbf: A PPP_NBFCP_INFO (section 2.2.1.2.64) structure that contains information about the NetBEUI Framer (NBF) for a connection.

ip: A PPP_IPCP_INFO2 (section 2.2.1.2.66) structure that contains the IPv4 information for a connection.

ipx: A PPP_IPXCP_INFO (section 2.2.1.2.67) structure<56> that contains the IPX information for a connection.

at: A PPP_ATCP_INFO (section 2.2.1.2.69) structure<57> that contains AppleTalk information for a connection.

ccp: A PPP_CCP_INFO (section 2.2.1.2.70) structure that contains compression information details for a given PPP connection.

lcp: A PPP_LCP_INFO (section 2.2.1.2.71) structure that contains the PPP information related to the Link Control Protocol (LCP) for a given connection.