|
OpenSDN source code
|
#include "base/os.h"#include <netinet/icmp6.h>#include <boost/assign/list_of.hpp>#include <pkt/pkt_handler.h>#include <oper/mirror_table.h>#include <oper/vn.h>#include <pkt/pkt_init.h>#include <services/services_init.h>#include <services/dhcp_proto.h>#include <services/dhcpv6_proto.h>#include <services/arp_proto.h>#include <services/bfd_proto.h>#include <services/dns_proto.h>#include <services/icmp_proto.h>#include <services/igmp_proto.h>#include <services/icmpv6_proto.h>#include <services/metadata_proxy.h>#include <services/services_types.h>#include <services/services_sandesh.h>#include <bind/bind_resolver.h>#include <vr_defs.h>
Go to the source code of this file.
Macros | |
| #define | SET_ICMPV6_INTERFACE_STATS(it, list) |
Functions | |
| static uint32_t | get_val (void *data) |
| static void | SandeshError (const std::string msg, const std::string &context) |
Variables | |
| std::map< uint16_t, std::string > | g_ip_protocol_map |
| std::map< uint32_t, std::string > | g_dhcp_msg_types |
| std::map< uint32_t, std::string > | g_dhcpv6_msg_types |
| #define SET_ICMPV6_INTERFACE_STATS | ( | it, | |
| list | |||
| ) |
Definition at line 27 of file services_sandesh.cc.
|
static |
Definition at line 411 of file services_sandesh.cc.
|
static |
Definition at line 1008 of file services_sandesh.cc.
| std::map<uint32_t, std::string> g_dhcp_msg_types |
Definition at line 54 of file services_sandesh.cc.
| std::map<uint32_t, std::string> g_dhcpv6_msg_types |
Definition at line 70 of file services_sandesh.cc.
| std::map<uint16_t, std::string> g_ip_protocol_map |
Definition at line 44 of file services_sandesh.cc.