#include <iostream>
#include <sstream>
#include "IPv6Address.h"
#include "InterfaceIdentifier.h"
Variables | |
const uint32 | LINK_LOCAL_PREFIX = 0xFE800000 |
const uint32 | SITE_LOCAL_PREFIX = 0xFEC00000 |
const uint32 | MULTICAST_PREFIX = 0xFF000000 |
const uint32 | LINK_LOCAL_MASK = 0xFFC00000 |
const uint32 | SITE_LOCAL_MASK = 0xFFC00000 |
const uint32 | MULTICAST_MASK = 0xFF000000 |
|
|
|
|
|
|
|
|
|
|
|
|