Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | x25_asy |
Macros | |
#define | SL_NRUNIT |
#define | SL_MTU 256 |
#define | X25_END 0x7E /* indicates end of frame */ |
#define | X25_ESC 0x7D /* indicates byte stuffing */ |
#define | X25_ESCAPE(x) ((x)^0x20) |
#define | X25_UNESCAPE(x) ((x)^0x20) |
#define | SLF_INUSE 0 /* Channel in use */ |
#define | SLF_ESCAPE 1 /* ESC received */ |
#define | SLF_ERROR 2 /* Parity, etc. error */ |
#define | SLF_OUTWAIT 4 /* Waiting for output */ |
#define | X25_ASY_MAGIC 0x5303 |
Functions | |
int | x25_asy_init (struct net_device *dev) |
#define SL_NRUNIT |
int x25_asy_init | ( | struct net_device * | dev | ) |