Changeset 10978 in vbox for trunk/include/iprt/net.h
- Timestamp:
- Jul 30, 2008 12:34:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/net.h
r10966 r10978 116 116 typedef struct RTNETETHERHDR 117 117 { 118 RTMAC MacDst;119 RTMAC MacSrc;118 RTMAC DstMac; 119 RTMAC SrcMac; 120 120 /** Ethernet frame type or frame size, depending on the kind of ethernet. 121 121 * This is big endian on the wire. */
Note:
See TracChangeset
for help on using the changeset viewer.