about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/net/if_arp.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-11-01 23:15:14 +0000
committerUlrich Drepper <drepper@redhat.com>1999-11-01 23:15:14 +0000
commitbebb184e55321623f1f93bcce7af0d092f536bfb (patch)
tree9bbc5f91dfc47b0bde9986b6414c795e0982d6bf /sysdeps/unix/sysv/linux/net/if_arp.h
parent976780fdbefdc88282f325afc2cb1a8569731a89 (diff)
downloadglibc-bebb184e55321623f1f93bcce7af0d092f536bfb.tar.gz
glibc-bebb184e55321623f1f93bcce7af0d092f536bfb.tar.xz
glibc-bebb184e55321623f1f93bcce7af0d092f536bfb.zip
Update.
	* sysdeps/unix/sysv/linux/net/if_arp.h: Add ARPHDR_HWX25.
Diffstat (limited to 'sysdeps/unix/sysv/linux/net/if_arp.h')
-rw-r--r--sysdeps/unix/sysv/linux/net/if_arp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/net/if_arp.h b/sysdeps/unix/sysv/linux/net/if_arp.h
index 4b54db2b23..58464b06d6 100644
--- a/sysdeps/unix/sysv/linux/net/if_arp.h
+++ b/sysdeps/unix/sysv/linux/net/if_arp.h
@@ -93,6 +93,7 @@ struct arphdr
 #define ARPHRD_ADAPT	264
 #define ARPHRD_ROSE	270
 #define ARPHRD_X25	271		/* CCITT X.25.  */
+#define ARPHDR_HWX25	272		/* Boards with X.25 in firmware.  */
 #define ARPHRD_PPP	512
 #define ARPHRD_HDLC	513		/* (Cisco) HDLC.  */
 #define ARPHRD_LAPB	516		/* LAPB.  */