#include "ndn-cxx/net/impl/netlink-socket.hpp"
#include "ndn-cxx/net/impl/netlink-message.hpp"
#include "ndn-cxx/util/logger.hpp"
#include "ndn-cxx/util/time.hpp"
#include <linux/genetlink.h>
#include <sys/socket.h>
Go to the source code of this file.
Classes | |
class | ndn::net::NetlinkSocketOption< OptName > |
Namespaces | |
ndn | |
Copyright (c) 2011-2015 Regents of the University of California. | |
ndn::net | |
Macros | |
#define | SOL_NETLINK 270 |
#define | NETLINK_CAP_ACK 10 |
#define | NETLINK_GET_STRICT_CHK 12 |
#define | NLMSG_STRINGIFY(x) case NLMSG_##x: return to_string(type) + "<" #x ">" |
#define | RTM_STRINGIFY(x) case RTM_##x: return to_string(type) + "<" #x ">" |
Variables | |
ndn | NetworkMonitor |
#define SOL_NETLINK 270 |
Definition at line 34 of file netlink-socket.cpp.
#define NETLINK_CAP_ACK 10 |
Definition at line 37 of file netlink-socket.cpp.
#define NETLINK_GET_STRICT_CHK 12 |
Definition at line 40 of file netlink-socket.cpp.
#define NLMSG_STRINGIFY | ( | x | ) | case NLMSG_##x: return to_string(type) + "<" #x ">" |
#define RTM_STRINGIFY | ( | x | ) | case RTM_##x: return to_string(type) + "<" #x ">" |
ndn NetworkMonitor |
Definition at line 42 of file netlink-socket.cpp.