VirtualBox

Changeset 11054

Show
Ignore:
Timestamp:
08/01/08 03:26:02 (4 months ago)
Author:
vboxsync
Message:

iprt/net.h: Added dummy IPX ethertypes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/iprt/net.h

    r11052 r11054  
    131131/** @name EtherType (RTNETETHERHDR::EtherType) 
    132132 * @{ */ 
    133 #define RTNET_ETHERTYPE_IPV4   UINT16_C(0x0800) 
    134 #define RTNET_ETHERTYPE_ARP    UINT16_C(0x0806) 
    135 #define RTNET_ETHERTYPE_IPV6   UINT16_C(0x86dd) 
     133#define RTNET_ETHERTYPE_IPV4    UINT16_C(0x0800) 
     134#define RTNET_ETHERTYPE_ARP     UINT16_C(0x0806) 
     135#define RTNET_ETHERTYPE_IPV6    UINT16_C(0x86dd) 
     136#define RTNET_ETHERTYPE_IPX_1   UINT16_C(0x8037) 
     137#define RTNET_ETHERTYPE_IPX_2   UINT16_C(0x8137) 
     138#define RTNET_ETHERTYPE_IPX_3   UINT16_C(0x8138) 
    136139/** @} */ 
    137140 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy