Go to the source code of this file.
#define END 0300 /* indicates end of frame */ |
#define ESC 0333 /* indicates byte stuffing */ |
#define ESC_END 0334 /* ESC ESC_END means END 'data' */ |
#define ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */ |
#define SL_MODE_ADAPTIVE 8 |
#define SL_MODE_SLIP6 2 /* Matt Dillon's printable slip */ |
#define SL_MTU 296 /* 296; I am used to 600- FvK */ |
Value:
Definition at line 37 of file slip.h.
#define SLF_ERROR 2 /* Parity, etc. error */ |
#define SLF_ESCAPE 1 /* ESC received */ |
#define SLF_KEEPTEST 3 /* Keepalive test flag */ |
#define SLF_OUTWAIT 4 /* is outpacket was flag */ |
#define SLIP_MAGIC 0x5302 |