#include "base/os.h"
#include <boost/statechart/custom_reaction.hpp>
#include <boost/statechart/state.hpp>
#include <boost/statechart/state_machine.hpp>
#include <boost/statechart/transition.hpp>
#include "services/ndp_entry.h"
#include "services/services_types.h"
#include "services/icmpv6_proto.h"
#include "services/services_init.h"
#include "oper/route_common.h"
Go to the source code of this file.
#define SM_LOG |
( |
|
level, |
|
|
|
_Msg |
|
) |
| |
Value:do { \
ostringstream out; \
out << _Msg; \
} while (false)
#define ICMPV6_TRACE(obj, arg)
Definition at line 28 of file ndp_entry.cc.
const string state_names[] |
|
static |
Initial value:= {
"NoState",
"Incomplete",
"Reachable",
"Stale",
"Delay",
"Probe"
}
Definition at line 744 of file ndp_entry.cc.