patch-2.0.35 linux/include/linux/netrom.h
Next file: linux/include/linux/pg.h
Previous file: linux/include/linux/netdevice.h
Back to the patch index
Back to the overall index
- Lines: 67
- Date:
Mon Jul 13 13:47:39 1998
- Orig file:
v2.0.34/linux/include/linux/netrom.h
- Orig date:
Tue Mar 10 13:19:09 1998
diff -u --recursive --new-file v2.0.34/linux/include/linux/netrom.h linux/include/linux/netrom.h
@@ -3,7 +3,7 @@
* For kernel AX.25 see the file ax25.h. This file requires ax25.h for the
* definition of the ax25_address structure.
*/
-
+
#ifndef NETROM_KERNEL_H
#define NETROM_KERNEL_H
@@ -12,46 +12,23 @@
#define NETROM_T1 1
#define NETROM_T2 2
#define NETROM_N2 3
-#define NETROM_HDRINCL 4
-#define NETROM_PACLEN 5
-
-#define NETROM_KILL 99
+#define NETROM_T4 6
+#define NETROM_IDLE 7
-#define SIOCNRGETPARMS (SIOCPROTOPRIVATE+0)
-#define SIOCNRSETPARMS (SIOCPROTOPRIVATE+1)
#define SIOCNRDECOBS (SIOCPROTOPRIVATE+2)
-#define SIOCNRRTCTL (SIOCPROTOPRIVATE+3)
-#define SIOCNRCTLCON (SIOCPROTOPRIVATE+4)
struct nr_route_struct {
#define NETROM_NEIGH 0
#define NETROM_NODE 1
- int type;
- ax25_address callsign;
- char device[16];
- unsigned int quality;
- char mnemonic[7];
- ax25_address neighbour;
- unsigned int obs_count;
-};
-
-struct nr_parms_struct {
- unsigned int quality;
- unsigned int obs_count;
- unsigned int ttl;
- unsigned int timeout;
- unsigned int ack_delay;
- unsigned int busy_delay;
- unsigned int tries;
- unsigned int window;
- unsigned int paclen;
-};
-
-struct nr_ctl_struct {
- unsigned char index;
- unsigned char id;
- unsigned int cmd;
- unsigned long arg;
+ int type;
+ ax25_address callsign;
+ char device[16];
+ unsigned int quality;
+ char mnemonic[7];
+ ax25_address neighbour;
+ unsigned int obs_count;
+ unsigned int ndigis;
+ ax25_address digipeaters[AX25_MAX_DIGIS];
};
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov