Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | cycx_x25_cmd |
struct | cycx_x25_config |
struct | cycx_x25_stats |
Macros | |
#define | PACKED __attribute__((packed)) |
#define | X25_MBOX_OFFS 0x300 /* general mailbox block */ |
#define | X25_RXMBOX_OFFS 0x340 /* receive mailbox */ |
#define | dprintk(level, format, a...) if (cycx_debug >= level) printk(format, ##a) |
#define | X25_CONNECT_REQUEST 0x4401 |
#define | X25_CONNECT_RESPONSE 0x4402 |
#define | X25_DISCONNECT_REQUEST 0x4403 |
#define | X25_DISCONNECT_RESPONSE 0x4404 |
#define | X25_DATA_REQUEST 0x4405 |
#define | X25_ACK_TO_VC 0x4406 |
#define | X25_INTERRUPT_RESPONSE 0x4407 |
#define | X25_CONFIG 0x4408 |
#define | X25_CONNECT_INDICATION 0x4409 |
#define | X25_CONNECT_CONFIRM 0x440A |
#define | X25_DISCONNECT_INDICATION 0x440B |
#define | X25_DISCONNECT_CONFIRM 0x440C |
#define | X25_DATA_INDICATION 0x440E |
#define | X25_INTERRUPT_INDICATION 0x440F |
#define | X25_ACK_FROM_VC 0x4410 |
#define | X25_ACK_N3 0x4411 |
#define | X25_CONNECT_COLLISION 0x4413 |
#define | X25_N3WIN 0x4414 |
#define | X25_LINE_ON 0x4415 |
#define | X25_LINE_OFF 0x4416 |
#define | X25_RESET_REQUEST 0x4417 |
#define | X25_LOG 0x4500 |
#define | X25_STATISTIC 0x4600 |
#define | X25_TRACE 0x4700 |
#define | X25_N2TRACEXC 0x4702 |
#define | X25_N3TRACEXC 0x4703 |
Variables | |
unsigned int | cycx_debug |
struct cycx_x25_cmd | PACKED |
Definition at line 34 of file cycx_x25.h.
#define PACKED __attribute__((packed)) |
Definition at line 26 of file cycx_x25.h.
#define X25_ACK_FROM_VC 0x4410 |
Definition at line 62 of file cycx_x25.h.
#define X25_ACK_N3 0x4411 |
Definition at line 63 of file cycx_x25.h.
#define X25_ACK_TO_VC 0x4406 |
Definition at line 53 of file cycx_x25.h.
#define X25_CONFIG 0x4408 |
Definition at line 55 of file cycx_x25.h.
#define X25_CONNECT_COLLISION 0x4413 |
Definition at line 64 of file cycx_x25.h.
#define X25_CONNECT_CONFIRM 0x440A |
Definition at line 57 of file cycx_x25.h.
#define X25_CONNECT_INDICATION 0x4409 |
Definition at line 56 of file cycx_x25.h.
#define X25_CONNECT_REQUEST 0x4401 |
Definition at line 48 of file cycx_x25.h.
#define X25_CONNECT_RESPONSE 0x4402 |
Definition at line 49 of file cycx_x25.h.
#define X25_DATA_INDICATION 0x440E |
Definition at line 60 of file cycx_x25.h.
#define X25_DATA_REQUEST 0x4405 |
Definition at line 52 of file cycx_x25.h.
#define X25_DISCONNECT_CONFIRM 0x440C |
Definition at line 59 of file cycx_x25.h.
#define X25_DISCONNECT_INDICATION 0x440B |
Definition at line 58 of file cycx_x25.h.
#define X25_DISCONNECT_REQUEST 0x4403 |
Definition at line 50 of file cycx_x25.h.
#define X25_DISCONNECT_RESPONSE 0x4404 |
Definition at line 51 of file cycx_x25.h.
#define X25_INTERRUPT_INDICATION 0x440F |
Definition at line 61 of file cycx_x25.h.
#define X25_INTERRUPT_RESPONSE 0x4407 |
Definition at line 54 of file cycx_x25.h.
#define X25_LINE_OFF 0x4416 |
Definition at line 67 of file cycx_x25.h.
#define X25_LINE_ON 0x4415 |
Definition at line 66 of file cycx_x25.h.
#define X25_LOG 0x4500 |
Definition at line 69 of file cycx_x25.h.
#define X25_MBOX_OFFS 0x300 /* general mailbox block */ |
Definition at line 30 of file cycx_x25.h.
#define X25_N2TRACEXC 0x4702 |
Definition at line 72 of file cycx_x25.h.
#define X25_N3TRACEXC 0x4703 |
Definition at line 73 of file cycx_x25.h.
#define X25_N3WIN 0x4414 |
Definition at line 65 of file cycx_x25.h.
#define X25_RESET_REQUEST 0x4417 |
Definition at line 68 of file cycx_x25.h.
#define X25_RXMBOX_OFFS 0x340 /* receive mailbox */ |
Definition at line 31 of file cycx_x25.h.
#define X25_STATISTIC 0x4600 |
Definition at line 70 of file cycx_x25.h.
#define X25_TRACE 0x4700 |
Definition at line 71 of file cycx_x25.h.
unsigned int cycx_debug |
Definition at line 57 of file cycx_main.c.