#include <netinet/in.h>
#include <net/ethernet.h>
#include <cmn/agent_cmn.h>
#include <cmn/agent.h>
#include <oper/nexthop.h>
#include <oper/vn.h>
#include <oper/agent_route_walker.h>
Go to the source code of this file.
#define IS_BCAST_MCAST |
( |
|
grp | ) |
|
Value:((grp.to_ulong() == 0xFFFFFFFF) || \
((grp.to_ulong() & 0xF0000000) == 0xE0000000))
Definition at line 23 of file multicast.h.
#define MCTRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do { \
} while (false)
SandeshTraceBufferPtr MulticastTraceBuf
Definition at line 18 of file multicast.h.