NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::net::NetworkAddress Member List

This is the complete list of members for ndn::net::NetworkAddress, including all inherited members.

getBroadcast() constndn::net::NetworkAddressinline
getFamily() constndn::net::NetworkAddressinline
getFlags() constndn::net::NetworkAddressinline
getIp() constndn::net::NetworkAddressinline
getPrefixLength() constndn::net::NetworkAddressinline
getScope() constndn::net::NetworkAddressinline
isDeprecated() constndn::net::NetworkAddress
NetworkAddress(AddressFamily family, const boost::asio::ip::address &ip, const boost::asio::ip::address &broadcast, uint8_t prefixLength, AddressScope scope, uint32_t flags)ndn::net::NetworkAddress
operator<(const NetworkAddress &a, const NetworkAddress &b)ndn::net::NetworkAddressfriend