about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/netrom
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-05-02 21:09:34 +0000
committerUlrich Drepper <drepper@redhat.com>1999-05-02 21:09:34 +0000
commit2d8e6e74c10426510b38a4406b79657f5376ba40 (patch)
treec06d93b05fcf6d5897f4e16b063ac9cd5682af14 /sysdeps/unix/sysv/linux/netrom
parent238ae1eb669cd42b99471653c32d18a1c90cc787 (diff)
downloadglibc-2d8e6e74c10426510b38a4406b79657f5376ba40.tar.gz
glibc-2d8e6e74c10426510b38a4406b79657f5376ba40.tar.xz
glibc-2d8e6e74c10426510b38a4406b79657f5376ba40.zip
Update.
	* sysdeps/unix/sysv/linux/netax25/ax25.h: Update from kernel header.
	* sysdeps/unix/sysv/linux/netrom/netrom.h: Likewise.
	* sysdeps/unix/sysv/linux/netrose/rose.h: Likewise.
	Patch by Craig Small <csmall@scooter.eye-net.com.au>.
Diffstat (limited to 'sysdeps/unix/sysv/linux/netrom')
-rw-r--r--sysdeps/unix/sysv/linux/netrom/netrom.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/netrom/netrom.h b/sysdeps/unix/sysv/linux/netrom/netrom.h
index b8c2af0c11..fb8ace4262 100644
--- a/sysdeps/unix/sysv/linux/netrom/netrom.h
+++ b/sysdeps/unix/sysv/linux/netrom/netrom.h
@@ -29,6 +29,8 @@
 #define NETROM_T2	2
 #define NETROM_N2	3
 #define NETROM_PACLEN	5
+#define	NETROM_T4	6
+#define NETROM_IDLE	7
 
 #define NETROM_KILL	99
 
@@ -45,6 +47,8 @@ struct nr_route_struct
     char mnemonic[7];
     ax25_address neighbour;
     unsigned int obs_count;
+    unsigned int ndigis;
+    ax25_address digipeaters[AX25_MAX_DIGIS];
   };
 
 /* NetRom socket ioctls: */