#include "network-monitor-impl-osx.hpp"
#include "../network-address.hpp"
#include "../../name.hpp"
#include "../../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>
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 | |
static std::string | ndn::net::convertToStdString (CFStringRef cfStr) |
template<typename AddressBytes > | |
static uint8_t | ndn::net::computePrefixLength (const AddressBytes &mask) |
Variables | |
ndn | ndn::net::NetworkMonitor |