ethertype: define 6LoWPAN encapsulation ethertype
This commit is contained in:
parent
f7e524d18e
commit
dda7131374
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user