Linux Kernel
3.7.1
|
#include <cycx_x25.h>
Data Fields | |
u8 | link |
u8 | speed |
u8 | clock |
u8 | n2 |
u8 | n2win |
u8 | n3win |
u8 | nvc |
u8 | pktlen |
u8 | locaddr |
u8 | remaddr |
u16 | t1 |
u16 | t2 |
u8 | t21 |
u8 | npvc |
u8 | t23 |
u8 | flags |
struct cycx_x25_config - cyclom2x x25 firmware configuration link number - line speed - internal/external - # of level 2 retransm.(values: 1 thru FF) - level 2 window (values: 1 thru 7) - level 3 window (values: 1 thru 7) - # of logical channels (values: 1 thru 64) - level 3 packet length - log base 2 of size - my address - remote address - time, in seconds - time, in seconds - time, in seconds - # of permanent virt. circuits (1 thru nvc) - time, in seconds - see dosx25.doc, in portuguese, for details
Definition at line 94 of file cycx_x25.h.
u8 clock |
Definition at line 97 of file cycx_x25.h.
u8 flags |
Definition at line 110 of file cycx_x25.h.
Definition at line 95 of file cycx_x25.h.
u8 locaddr |
Definition at line 103 of file cycx_x25.h.
u8 n2 |
Definition at line 98 of file cycx_x25.h.
u8 n2win |
Definition at line 99 of file cycx_x25.h.
u8 n3win |
Definition at line 100 of file cycx_x25.h.
u8 npvc |
Definition at line 108 of file cycx_x25.h.
u8 nvc |
Definition at line 101 of file cycx_x25.h.
u8 pktlen |
Definition at line 102 of file cycx_x25.h.
u8 remaddr |
Definition at line 104 of file cycx_x25.h.
u8 speed |
Definition at line 96 of file cycx_x25.h.
u16 t1 |
Definition at line 105 of file cycx_x25.h.
u16 t2 |
Definition at line 106 of file cycx_x25.h.
u8 t21 |
Definition at line 107 of file cycx_x25.h.
u8 t23 |
Definition at line 109 of file cycx_x25.h.