NetBurner 3.5.6
PDF Version
IPv6 Multicast Constants

Macros

#define ADDR_ALL_NODES_LINK_LOCAL   IPADDR6::AsciiToIp6("FF02::1")
 All nodes on the local link.
 
#define ADDR_ALL_ROUTERS_LINK_LOCAL   IPADDR6::AsciiToIp6("FF02::2")
 All routers on the local link.
 
#define ADDR_ALL_NB_LINK_LOCAL   IPADDR6::AsciiToIp6("FF02::4e42")
 All NetBurner devices on the local link.
 
#define ADDR_UNICAST_LINK_LOCAL_PREFIX   IPADDR6::AsciiToIp6("FE80::")
 Link-local unicast prefix.
 
#define ADDR_MLDV2_REPORTS   IPADDR6::AsciiToIp6("FF02::16")
 MLDv2 reports multicast address.
 
#define IPV6_MULTICAST_NODE_LOCAL   0xFF01
 Node-local multicast scope.
 
#define IPV6_MULTICAST_LINK_LOCAL   0xFF02
 Link-local multicast scope.
 
#define IPV6_MULTICAST_REALM_LOCAL   0xFF03
 Realm-local multicast scope.
 
#define IPV6_MULTICAST_ADMIN_LOCAL   0xFF04
 Admin-local multicast scope.
 
#define IPV6_MULTICAST_SITE_LOCAL   0xFF05
 Site-local multicast scope.
 
#define IPV6_MULTICAST_ORG_LOCAL   0xFF08
 Organization-local multicast scope.
 
#define IPV6_MULTICAST_GLOBAL   0xFF0E
 Global multicast scope.
 

Detailed Description

#include< ipv6_interface.h>


Standard IPv6 multicast addresses and scope constants.