aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/x25.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/x25.h')
-rw-r--r--include/net/x25.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/net/x25.h b/include/net/x25.h
index 1576e92c6cec..1479cb4a41fc 100644
--- a/include/net/x25.h
+++ b/include/net/x25.h
@@ -80,8 +80,6 @@ enum {
80#define X25_DEFAULT_PACKET_SIZE X25_PS128 /* Default Packet Size */ 80#define X25_DEFAULT_PACKET_SIZE X25_PS128 /* Default Packet Size */
81#define X25_DEFAULT_THROUGHPUT 0x0A /* Deafult Throughput */ 81#define X25_DEFAULT_THROUGHPUT 0x0A /* Deafult Throughput */
82#define X25_DEFAULT_REVERSE 0x00 /* Default Reverse Charging */ 82#define X25_DEFAULT_REVERSE 0x00 /* Default Reverse Charging */
83#define X25_DENY_ACCPT_APPRV 0x01 /* Default value */
84#define X25_ALLOW_ACCPT_APPRV 0x00 /* Control enabled */
85 83
86#define X25_SMODULUS 8 84#define X25_SMODULUS 8
87#define X25_EMODULUS 128 85#define X25_EMODULUS 128
@@ -116,6 +114,7 @@ enum {
116/* Bitset in x25_sock->flags for misc flags */ 114/* Bitset in x25_sock->flags for misc flags */
117#define X25_Q_BIT_FLAG 0 115#define X25_Q_BIT_FLAG 0
118#define X25_INTERRUPT_FLAG 1 116#define X25_INTERRUPT_FLAG 1
117#define X25_ACCPT_APPRV_FLAG 2
119 118
120/** 119/**
121 * struct x25_route - x25 routing entry 120 * struct x25_route - x25 routing entry
@@ -150,7 +149,7 @@ struct x25_sock {
150 struct x25_address source_addr, dest_addr; 149 struct x25_address source_addr, dest_addr;
151 struct x25_neigh *neighbour; 150 struct x25_neigh *neighbour;
152 unsigned int lci, cudmatchlength; 151 unsigned int lci, cudmatchlength;
153 unsigned char state, condition, accptapprv; 152 unsigned char state, condition;
154 unsigned short vs, vr, va, vl; 153 unsigned short vs, vr, va, vl;
155 unsigned long t2, t21, t22, t23; 154 unsigned long t2, t21, t22, t23;
156 unsigned short fraglen; 155 unsigned short fraglen;