ReactOS 0.4.16-dev-112-g52265ae
|
#include <netiodef.h>
Public Attributes | |
UINT8 | Byte [8] |
UINT64 | Value |
struct { | |
DL_OUI Oui | |
union { | |
DL_EI64 Ei64 | |
struct { | |
UINT8 Type | |
UINT8 Tse | |
DL_EI48 Ei48 | |
} | |
} | |
}; | |
Definition at line 417 of file netiodef.h.
struct { ... } _DL_EUI64::@3057 |
UINT8 _DL_EUI64::Byte[8] |
Definition at line 418 of file netiodef.h.
DL_EI48 _DL_EUI64::Ei48 |
Definition at line 427 of file netiodef.h.
DL_EI64 _DL_EUI64::Ei64 |
Definition at line 423 of file netiodef.h.
DL_OUI _DL_EUI64::Oui |
Definition at line 421 of file netiodef.h.
UINT8 _DL_EUI64::Tse |
Definition at line 426 of file netiodef.h.
UINT8 _DL_EUI64::Type |
Definition at line 425 of file netiodef.h.
UINT64 _DL_EUI64::Value |
Definition at line 419 of file netiodef.h.