INET Framework for OMNeT++/OMNEST
IPv6Address.cc File Reference
#include <iostream>
#include <sstream>
#include "IPv6Address.h"
#include "InterfaceToken.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

Variable Documentation

const uint32 LINK_LOCAL_MASK = 0xFFC00000

Referenced by IPv6Address::getScope().

const uint32 LINK_LOCAL_PREFIX = 0xFE800000

Referenced by IPv6Address::getScope().

const uint32 MULTICAST_MASK = 0xFF000000
const uint32 MULTICAST_PREFIX = 0xFF000000
const uint32 SITE_LOCAL_MASK = 0xFFC00000

Referenced by IPv6Address::getScope().

const uint32 SITE_LOCAL_PREFIX = 0xFEC00000

Referenced by IPv6Address::getScope().