INET Framework for OMNeT++/OMNEST
|
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 |
Referenced by IPv6Address::getScope().
const uint32 LINK_LOCAL_PREFIX = 0xFE800000 |
Referenced by IPv6Address::getScope().
const uint32 MULTICAST_MASK = 0xFF000000 |
Referenced by IPv6Address::getMulticastScope(), and IPv6Address::getScope().
const uint32 MULTICAST_PREFIX = 0xFF000000 |
Referenced by IPv6Address::getMulticastScope(), and IPv6Address::getScope().
const uint32 SITE_LOCAL_MASK = 0xFFC00000 |
Referenced by IPv6Address::getScope().
const uint32 SITE_LOCAL_PREFIX = 0xFEC00000 |
Referenced by IPv6Address::getScope().