|
ndn-cxx: NDN C++ Library 0.9.0-33-g832ea91d
|
#include "ndn-cxx/net/ethernet.hpp"#include <boost/functional/hash.hpp>#include <algorithm>#include <cinttypes>#include <cstdio>#include <ostream>
Include dependency graph for ethernet.cpp:Go to the source code of this file.
Namespaces | |
| namespace | ndn |
| namespace | ndn::ethernet |
Functions | |
| Address | ndn::ethernet::getBroadcastAddress () |
Returns the Ethernet broadcast address (ff:ff:ff:ff:ff:ff). | |
| Address | ndn::ethernet::getDefaultMulticastAddress () |
| Returns the default Ethernet multicast address for NDN. | |
| std::ostream & | ndn::ethernet::operator<< (std::ostream &o, const Address &a) |