OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dhcp_proto.h File Reference
#include "pkt/proto.h"
#include "services/dhcp_handler.h"
Include dependency graph for dhcp_proto.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DhcpProto
 
struct  DhcpProto::DhcpVhostMsg
 
struct  DhcpProto::DhcpStats
 

Macros

#define DHCP_TRACE(obj, arg)
 

Typedefs

typedef boost::asio::ip::udp boost_udp
 

Macro Definition Documentation

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

Definition at line 11 of file dhcp_proto.h.

Typedef Documentation

typedef boost::asio::ip::udp boost_udp

Definition at line 20 of file dhcp_proto.h.