_PppPacket Struct Reference

LCP/NCP packet header. More...

#include <ppp.h>

Data Fields

uint8_t code
 
uint8_t identifier
 
uint16_t length
 
uint8_t data []
 

Detailed Description

LCP/NCP packet header.

Definition at line 253 of file ppp.h.

Field Documentation

◆ code

uint8_t code

Definition at line 255 of file ppp.h.

◆ data

uint8_t data[]

Definition at line 258 of file ppp.h.

◆ identifier

uint8_t identifier

Definition at line 256 of file ppp.h.

◆ length

uint16_t length

Definition at line 257 of file ppp.h.


The documentation for this struct was generated from the following file: