#include <inet.hh>
Definition at line 77 of file inet.hh.
Net::EthAddr::EthAddr |
( |
| ) |
|
Net::EthAddr::EthAddr |
( |
const uint8_t |
ea[ETH_ADDR_LEN] | ) |
|
Net::EthAddr::EthAddr |
( |
const eth_addr & |
ea | ) |
|
Net::EthAddr::EthAddr |
( |
const std::string & |
addr | ) |
|
const uint8_t* Net::EthAddr::addr |
( |
| ) |
const |
|
inline |
bool Net::EthAddr::broadcast |
( |
| ) |
const |
|
inline |
const uint8_t* Net::EthAddr::bytes |
( |
| ) |
const |
|
inline |
uint8_t* Net::EthAddr::bytes |
( |
| ) |
|
|
inline |
bool Net::EthAddr::multicast |
( |
| ) |
const |
|
inline |
Net::EthAddr::operator uint64_t |
( |
| ) |
const |
|
inline |
const EthAddr & Net::EthAddr::operator= |
( |
const eth_addr & |
ea | ) |
|
const EthAddr & Net::EthAddr::operator= |
( |
const std::string & |
addr | ) |
|
void Net::EthAddr::parse |
( |
const std::string & |
addr | ) |
|
|
protected |
int Net::EthAddr::size |
( |
| ) |
const |
|
inline |
string Net::EthAddr::string |
( |
| ) |
const |
bool Net::EthAddr::unicast |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following files: