#include "ndn-cxx/net/impl/network-monitor-impl-osx.hpp"
#include "ndn-cxx/name.hpp"
#include "ndn-cxx/detail/cf-string-osx.hpp"
#include "ndn-cxx/net/network-address.hpp"
#include "ndn-cxx/util/logger.hpp"
#include <ifaddrs.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_types.h>
#include <netinet/in.h>
#include <boost/asio/io_service.hpp>
#include <boost/asio/ip/address.hpp>
#include <boost/asio/ip/udp.hpp>
#include <boost/range/adaptor/map.hpp>
#include <boost/range/algorithm_ext/push_back.hpp>
Go to the source code of this file.
Classes | |
class | ndn::net::IfAddrs |
Namespaces | |
ndn | |
Copyright (c) 2011-2015 Regents of the University of California. | |
ndn::net | |
Functions | |
template<typename AddressBytes > | |
static uint8_t | ndn::net::computePrefixLength (const AddressBytes &mask) |
Variables | |
ndn | NetworkMonitor |
ndn NetworkMonitor |
Definition at line 71 of file network-monitor-impl-osx.cpp.