Enum EtherType

File: src/linklayer/contract/Ieee802Ctrl.msg

Some EtherType values (Ethernet II).

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Source code:

//
// Some EtherType values (Ethernet II).
//
enum EtherType
{

    ETHERTYPE_IP = 0x0800;
    ETHERTYPE_ARP = 0x0806;
    ETHERTYPE_RARP = 0x8035;
}