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

Go to the source code of this file.

Classes

class  Dhcpv6Proto
 
struct  Dhcpv6Proto::Duid
 
struct  Dhcpv6Proto::DhcpStats
 

Macros

#define DHCPV6_TRACE(obj, arg)
 
#define DHCPV6_DUID_TYPE_LLT   1
 
#define DHCPV6_DUID_TYPE_EN   2
 
#define DHCPV6_DUID_TYPE_LL   3
 

Macro Definition Documentation

#define DHCPV6_DUID_TYPE_EN   2

Definition at line 20 of file dhcpv6_proto.h.

#define DHCPV6_DUID_TYPE_LL   3

Definition at line 21 of file dhcpv6_proto.h.

#define DHCPV6_DUID_TYPE_LLT   1

Definition at line 19 of file dhcpv6_proto.h.

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

Definition at line 11 of file dhcpv6_proto.h.