Changeset 11054 in vbox for trunk/include/iprt
- Timestamp:
- Aug 1, 2008 1:26:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/net.h
r11052 r11054 131 131 /** @name EtherType (RTNETETHERHDR::EtherType) 132 132 * @{ */ 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) 136 139 /** @} */ 137 140
Note:
See TracChangeset
for help on using the changeset viewer.