]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add new constants from Linux 2.3.15.
authorUlrich Drepper <drepper@redhat.com>
Tue, 24 Aug 1999 20:56:40 +0000 (20:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 24 Aug 1999 20:56:40 +0000 (20:56 +0000)
sysdeps/unix/sysv/linux/net/if_arp.h

index 25d65702cd42d0c42394e6c290f3ea7d5a37da80..2147ce1f583237d0b7a36ee78b5d46f9a3676ef9 100644 (file)
@@ -41,6 +41,9 @@ __BEGIN_DECLS
 #define        ARPOP_REPLY     2               /* ARP reply.  */
 #define        ARPOP_RREQUEST  3               /* RARP request.  */
 #define        ARPOP_RREPLY    4               /* RARP reply.  */
+#define        ARPOP_InREQUEST 8               /* InARP request.  */
+#define        ARPOP_InREPLY   9               /* InARP reply.  */
+#define        ARPOP_NAK       10              /* (ATM)ARP NAK.  */
 
 /* See RFC 826 for protocol description.  ARP packets are variable
    in size; the arphdr structure defines the fixed-length portion.
@@ -77,8 +80,9 @@ struct arphdr
 #define        ARPHRD_IEEE802  6               /* IEEE 802.2 Ethernet/TR/TB.  */
 #define        ARPHRD_ARCNET   7               /* ARCnet.  */
 #define        ARPHRD_APPLETLK 8               /* APPLEtalk.  */
-#define ARPHRD_DLCI    15              /* Frame Relay DLCI.  */
-#define ARPHRD_METRICOM        23              /* Metricom STRIP (new IANA id).  */
+#define        ARPHRD_DLCI     15              /* Frame Relay DLCI.  */
+#define        ARPHRD_ATM      19              /* ATM.  */
+#define        ARPHRD_METRICOM 23              /* Metricom STRIP (new IANA id).  */
 
 /* Dummy types for non ARP hardware */
 #define ARPHRD_SLIP    256