diff options
| author | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2003-05-15 03:23:39 -0700 |
|---|---|---|
| committer | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2003-05-15 03:23:39 -0700 |
| commit | bebc2f3f3041df5280f35be35730bbb2087d8d2b (patch) | |
| tree | 0a697804ff630a8e2fa074e3245e0cbd2f3b6441 /include/linux | |
| parent | 861c12429f290779b9a60422fe6c85f4149e2c3d (diff) | |
[IPV6]: ARCnet support, driver side.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/if_arcnet.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/if_arcnet.h b/include/linux/if_arcnet.h index 0e57d004bbd8..08f413b0fceb 100644 --- a/include/linux/if_arcnet.h +++ b/include/linux/if_arcnet.h @@ -25,6 +25,7 @@ /* RFC1201 Protocol ID's */ #define ARC_P_IP 212 /* 0xD4 */ +#define ARC_P_IPV6 196 /* 0xC4: RFC2497 */ #define ARC_P_ARP 213 /* 0xD5 */ #define ARC_P_RARP 214 /* 0xD6 */ #define ARC_P_IPX 250 /* 0xFA */ @@ -45,6 +46,9 @@ #define ARC_P_LANSOFT 251 /* 0xFB - what is this? */ #define ARC_P_ATALK 0xDD +/* Hardware address length */ +#define ARCNET_ALEN 1 + /* * The RFC1201-specific components of an arcnet packet header. */ |
