|
| enum | { DEFAULT_INDEX = -1
} |
|
|
| Interface (const std::string &name, const IPV4Address &ip_address, const IPV4Address &broadcast_address, const IPV4Address &subnet_mask, const MACAddress &hw_address, bool loopback, int32_t index=DEFAULT_INDEX, uint16_t type=ARP_VOID_TYPE) |
|
| Interface (const Interface &other) |
|
Interface & | operator= (const Interface &other) |
|
bool | operator== (const Interface &other) |
|
|
static const uint16_t | ARP_VOID_TYPE = 0xffff |
|
static const uint16_t | ARP_ETHERNET_TYPE = 1 |
The documentation for this class was generated from the following files:
- include/ola/network/Interface.h
- common/network/Interface.cpp