NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
ethernet.cpp File Reference
#include "ethernet.hpp"
#include <boost/functional/hash.hpp>
#include <stdio.h>
#include <ostream>
Include dependency graph for ethernet.cpp:

Go to the source code of this file.

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::util
 
 ndn::util::ethernet
 

Functions

Address ndn::util::ethernet::getBroadcastAddress ()
 Returns the Ethernet broadcast address (ff:ff:ff:ff:ff:ff) More...
 
Address ndn::util::ethernet::getDefaultMulticastAddress ()
 Returns the default Ethernet multicast address for NDN. More...
 
std::ostream & ndn::util::ethernet::operator<< (std::ostream &o, const Address &a)