Skip to content
Snippets Groups Projects
Commit dda71313 authored by Martine Lenders's avatar Martine Lenders
Browse files

ethertype: define 6LoWPAN encapsulation ethertype

parent f7e524d1
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ extern "C" {
#define ETHERTYPE_CCNX (0x0801) /**< Parc CCNX */
#define ETHERTYPE_NDN (0x8624) /**< NDN Protocol (http://named-data.net/) */
#define ETHERTYPE_IPV6 (0x86dd) /**< Internet protocol version 6 */
#define ETHERTYPE_6LOENC (0xa0ed) /**< 6LoWPAN encapsulation */
#define ETHERTYPE_UNKNOWN (0xffff) /**< Reserved (no protocol specified) */
#ifdef __cplusplus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment