patch-2.3.15 linux/include/linux/if_arp.h
Next file: linux/include/linux/if_cablemodem.h
Previous file: linux/include/linux/fs.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Aug 24 17:10:21 1999
- Orig file:
v2.3.14/linux/include/linux/if_arp.h
- Orig date:
Wed Aug 18 16:44:31 1999
diff -u --recursive --new-file v2.3.14/linux/include/linux/if_arp.h linux/include/linux/if_arp.h
@@ -35,6 +35,7 @@
#define ARPHRD_ARCNET 7 /* ARCnet */
#define ARPHRD_APPLETLK 8 /* APPLEtalk */
#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 */
@@ -80,6 +81,9 @@
#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 */
/* ARP ioctl request. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)