#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) | |
Public Attributes | |
| union { | |
| uint64 raw | |
| uint8 byte [6] | |
| }; | |
| EthernetAddr::EthernetAddr | ( | ) | [inline] |
| bool EthernetAddr::is_broadcast | ( | ) | const [inline] |
| bool EthernetAddr::is_local | ( | ) | const [inline] |
| bool EthernetAddr::is_multicast | ( | ) | const [inline] |
| union { ... } |
1.7.1