OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pkt_handler.cc File Reference
#include "base/os.h"
#include <sys/types.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <netinet/ip6.h>
#include <netinet/icmp6.h>
#include "init/agent_param.h"
#include "cmn/agent_cmn.h"
#include "diag/diag.h"
#include "base/address_util.h"
#include "oper/ecmp_load_balance.h"
#include "oper/interface_common.h"
#include "oper/nexthop.h"
#include "oper/route_common.h"
#include "oper/vrf.h"
#include "oper/tunnel_nh.h"
#include "pkt/control_interface.h"
#include "pkt/pkt_handler.h"
#include "pkt/proto.h"
#include "pkt/flow_table.h"
#include "pkt/flow_proto.h"
#include "pkt/pkt_types.h"
#include "pkt/pkt_init.h"
#include "cmn/agent_stats.h"
#include "pkt/packet_buffer.h"
#include "vr_types.h"
#include "vr_defs.h"
#include "vr_mpls.h"
Include dependency graph for pkt_handler.cc:

Go to the source code of this file.

Macros

#define PKT_TRACE(obj, arg)
 

Macro Definition Documentation

#define PKT_TRACE (   obj,
  arg 
)
Value:
do { \
std::ostringstream _str; \
_str << arg; \
Pkt##obj::TraceMsg(PacketTraceBuf, __FILE__, __LINE__, _str.str()); \
} while (false) \
SandeshTraceBufferPtr PacketTraceBuf

Definition at line 35 of file pkt_handler.cc.