Asynchronous HDLC device definitions. More...
Go to the source code of this file.
Data Structures | |
struct | _AHDLCDCB |
Asynchronous HDLC device information structure. More... | |
Defines | |
#define | AHDLC_ALLSTATIONS 0xff |
All-Stations broadcast address. | |
#define | AHDLC_UI 0x03 |
Unnumbered Information. | |
#define | AHDLC_FLAG 0x7e |
Flag Sequence. | |
#define | AHDLC_ESCAPE 0x7d |
Asynchronous Control Escape. | |
#define | AHDLC_TRANS 0x20 |
Asynchronous transparency modifier. | |
#define | AHDLC_INITFCS 0xffff |
Initial FCS value. | |
#define | AHDLC_GOODFCS 0xf0b8 |
Good final FCS value. | |
Typedefs | |
typedef struct _AHDLCDCB | AHDLCDCB |
Asynchronous HDLC device information type. |
Asynchronous HDLC device definitions.
Definition in file ahdlc.h.
#define AHDLC_ALLSTATIONS 0xff |
All-Stations broadcast address.
Definition at line 64 of file ahdlc.h.
Referenced by NutDumpPpp(), NutPppInput(), and NutPppOutput().
#define AHDLC_UI 0x03 |
#define AHDLC_FLAG 0x7e |
#define AHDLC_ESCAPE 0x7d |
#define AHDLC_TRANS 0x20 |
#define AHDLC_INITFCS 0xffff |
Initial FCS value.
Definition at line 73 of file ahdlc.h.
Referenced by AhdlcOutput(), and AhdlcRx().
#define AHDLC_GOODFCS 0xf0b8 |