NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
network-interface.cpp File Reference
Include dependency graph for network-interface.cpp:

Go to the source code of this file.

Namespaces

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

Macros

#define PRINT_IFF(flag)   printFlag(os, flags, IFF_##flag, #flag)
 

Functions

std::ostream & ndn::net::operator<< (std::ostream &os, InterfaceType type)
 
std::ostream & ndn::net::operator<< (std::ostream &os, InterfaceState state)
 
static void ndn::net::printFlag (std::ostream &os, uint32_t &flags, uint32_t flagVal, const char *flagStr)
 
std::ostream & ndn::net::operator<< (std::ostream &os, const NetworkInterface &netif)
 

Variables

ndn NetworkMonitor
 

Macro Definition Documentation

◆ PRINT_IFF

#define PRINT_IFF (   flag)    printFlag(os, flags, IFF_##flag, #flag)

Referenced by ndn::net::operator<<().

Variable Documentation

◆ NetworkMonitor

ndn NetworkMonitor

Definition at line 31 of file network-interface.cpp.