PPP types. More...
PPP types.
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)  | |