#include <iostream>
#include <sstream>
#include "IPv6Address.h"
#include "InterfaceToken.h"
Go to the source code of this file.
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 |
const uint32 LINK_LOCAL_MASK = 0xFFC00000 |
Definition at line 29 of file IPv6Address.cc.
Referenced by IPv6Address::getScope().
const uint32 LINK_LOCAL_PREFIX = 0xFE800000 |
Definition at line 24 of file IPv6Address.cc.
Referenced by IPv6Address::getScope().
const uint32 MULTICAST_MASK = 0xFF000000 |
Definition at line 31 of file IPv6Address.cc.
Referenced by IPv6Address::getMulticastScope(), and IPv6Address::getScope().
const uint32 MULTICAST_PREFIX = 0xFF000000 |
Definition at line 26 of file IPv6Address.cc.
Referenced by IPv6Address::getMulticastScope(), and IPv6Address::getScope().
const uint32 SITE_LOCAL_MASK = 0xFFC00000 |
Definition at line 30 of file IPv6Address.cc.
Referenced by IPv6Address::getScope().
const uint32 SITE_LOCAL_PREFIX = 0xFEC00000 |
Definition at line 25 of file IPv6Address.cc.
Referenced by IPv6Address::getScope().