|
NOVA User-Level Environment
Version testbox/changed-memory-timing-317-g320d8b5
|
#include <net.h>
Public Member Functions | |
| bool | is_local () const |
| bool | is_multicast () const |
| bool | is_broadcast () const |
| EthernetAddr () | |
| EthernetAddr (uint8 b1, uint8 b2, uint8 b3, uint8 b4, uint8 b5, uint8 b6) | |
| EthernetAddr (uint64 _raw) | |
Public Attributes | |
| union { | |
| uint64 raw | |
| uint8 byte [6] | |
| }; | |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
| union { ... } |
| uint8 EthernetAddr::byte[6] |
| uint64 EthernetAddr::raw |