Loading...
Searching...
No Matches
Point-to-Point Protocol (PPP) Data Link Layer

PPP types. More...

Detailed Description

PPP types.

Note
Last Updated: 2016-02-04

Modules

 Point-to-Point Protocol Header
 PPP header abstraction type and helper functions.
 

Files

file  ppptype.h
 PPP type definitions.
 

Macros

#define PPPTYPE_IPV6   (0x0057)
 IPv6 packet in PPP.
 
#define PPPTYPE_IPV4   (0x0021)
 IPv4 packet in PPP.
 
#define PPPTYPE_NCP_IPV6   (0x8057)
 NCP packet for IPV6.
 
#define PPPTYPE_NCP_IPV4   (0x8021)
 NCP packet for IPv4.
 
#define PPPTYPE_LCP   (0xC021)
 LCP packet

 
#define PPPTYPE_PAP   (0xC023)
 PAP packet

 
#define PPPTYPE_UNKNOWN   (0x8001)
 Unknown packet (Unused protocol number according to IANA)
 

Macro Definition Documentation

◆ PPPTYPE_IPV4

#define PPPTYPE_IPV4   (0x0021)

IPv4 packet in PPP.

Definition at line 34 of file ppptype.h.

◆ PPPTYPE_IPV6

#define PPPTYPE_IPV6   (0x0057)

IPv6 packet in PPP.

Definition at line 33 of file ppptype.h.

◆ PPPTYPE_LCP

#define PPPTYPE_LCP   (0xC021)

LCP packet

Definition at line 37 of file ppptype.h.

◆ PPPTYPE_NCP_IPV4

#define PPPTYPE_NCP_IPV4   (0x8021)

NCP packet for IPv4.

Definition at line 36 of file ppptype.h.

◆ PPPTYPE_NCP_IPV6

#define PPPTYPE_NCP_IPV6   (0x8057)

NCP packet for IPV6.

Definition at line 35 of file ppptype.h.

◆ PPPTYPE_PAP

#define PPPTYPE_PAP   (0xC023)

PAP packet

Definition at line 38 of file ppptype.h.

◆ PPPTYPE_UNKNOWN

#define PPPTYPE_UNKNOWN   (0x8001)

Unknown packet (Unused protocol number according to IANA)

Definition at line 39 of file ppptype.h.