#include <macaddr.h>
Public Member Functions | |
| MACAddr () | |
| MACAddr (MACAddr_t l) | |
| MACAddr (const MACAddr &c) | |
| operator MACAddr_t () const | |
| bool | operator== (const MACAddr &r) const |
| MACAddr | operator++ () |
| MACAddr | operator++ (int) |
| bool | IsBroadcast () const |
| void | SetBroadcast () |
Static Public Member Functions | |
| MACAddr | Allocate () |
| MACAddr | Broadcast () |
Public Attributes | |
| MACAddr_t | macAddr |
Static Public Attributes | |
| MACAddr_t | next = 1 |
| MACAddr_t | NONE = 0 |
Static Private Attributes | |
| char | work [20] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1