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 _AHDLCDCB | AHDLCDCB |
| Asynchronous HDLC device information type. | |