VirtualBox

Changeset 11054 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 1, 2008 1:26:02 AM (16 years ago)
Author:
vboxsync
Message:

iprt/net.h: Added dummy IPX ethertypes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette