All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
Ether types

Ether types More...

Detailed Description

Ether types

See also
IANA, ETHER TYPES
Note
Last Updated: 2015-02-04

Topics

 Custom ethertype
 Custom ethertype definition
 

Files

file  ethertype.h
 Ether type definitions.
 

Macros

#define ETHERTYPE_RESERVED   (0x0000)
 Reserved.
 
#define ETHERTYPE_IPV4   (0x0800)
 Internet protocol version 4.
 
#define ETHERTYPE_ARP   (0x0806)
 Address resolution protocol.
 
#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)
 

Macro Definition Documentation

◆ ETHERTYPE_6LOENC

#define ETHERTYPE_6LOENC   (0xa0ed)

6LoWPAN encapsulation

Definition at line 39 of file ethertype.h.

◆ ETHERTYPE_ARP

#define ETHERTYPE_ARP   (0x0806)

Address resolution protocol.

Definition at line 35 of file ethertype.h.

◆ ETHERTYPE_CCNX

#define ETHERTYPE_CCNX   (0x0801)

Parc CCNX.

Definition at line 36 of file ethertype.h.

◆ ETHERTYPE_IPV4

#define ETHERTYPE_IPV4   (0x0800)

Internet protocol version 4.

Definition at line 34 of file ethertype.h.

◆ ETHERTYPE_IPV6

#define ETHERTYPE_IPV6   (0x86dd)

Internet protocol version 6.

Definition at line 38 of file ethertype.h.

◆ ETHERTYPE_NDN

#define ETHERTYPE_NDN   (0x8624)

NDN Protocol (http://named-data.net/)

Definition at line 37 of file ethertype.h.

◆ ETHERTYPE_RESERVED

#define ETHERTYPE_RESERVED   (0x0000)

Reserved.

Definition at line 33 of file ethertype.h.

◆ ETHERTYPE_UNKNOWN

#define ETHERTYPE_UNKNOWN   (0xffff)

Reserved (no protocol specified)

Definition at line 57 of file ethertype.h.