Interface Ipv6Constants
-
public interface Ipv6Constants
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Ipv6Constants.Ipv6RouterAdvertisementType
-
Field Summary
-
-
-
Field Detail
-
IPV6_VERSION
static final short IPV6_VERSION
- See Also:
- Constant Field Values
-
ETHTYPE_START
static final int ETHTYPE_START
- See Also:
- Constant Field Values
-
ONE_BYTE
static final int ONE_BYTE
- See Also:
- Constant Field Values
-
TWO_BYTES
static final int TWO_BYTES
- See Also:
- Constant Field Values
-
IP_V6_HDR_START
static final int IP_V6_HDR_START
- See Also:
- Constant Field Values
-
IP_V6_NEXT_HDR
static final int IP_V6_NEXT_HDR
- See Also:
- Constant Field Values
-
ICMPV6_HDR_START
static final int ICMPV6_HDR_START
- See Also:
- Constant Field Values
-
ICMPV6_RA_LENGTH_WO_OPTIONS
static final int ICMPV6_RA_LENGTH_WO_OPTIONS
- See Also:
- Constant Field Values
-
ICMPV6_OPTION_SOURCE_LLA_LENGTH
static final int ICMPV6_OPTION_SOURCE_LLA_LENGTH
- See Also:
- Constant Field Values
-
ICMPV6_OPTION_MTU_LENGTH
static final int ICMPV6_OPTION_MTU_LENGTH
- See Also:
- Constant Field Values
-
ICMPV6_OPTION_PREFIX_LENGTH
static final int ICMPV6_OPTION_PREFIX_LENGTH
- See Also:
- Constant Field Values
-
ICMPV6_NA_LENGTH_WO_OPTIONS
static final int ICMPV6_NA_LENGTH_WO_OPTIONS
- See Also:
- Constant Field Values
-
IPV6_DEFAULT_HOP_LIMIT
static final int IPV6_DEFAULT_HOP_LIMIT
- See Also:
- Constant Field Values
-
IPV6_ROUTER_LIFETIME
static final int IPV6_ROUTER_LIFETIME
- See Also:
- Constant Field Values
-
IPV6_RA_VALID_LIFETIME
static final int IPV6_RA_VALID_LIFETIME
- See Also:
- Constant Field Values
-
IPV6_RA_PREFERRED_LIFETIME
static final int IPV6_RA_PREFERRED_LIFETIME
- See Also:
- Constant Field Values
-
IPV6_RA_REACHABLE_TIME
static final int IPV6_RA_REACHABLE_TIME
- See Also:
- Constant Field Values
-
ICMP_V6_MAX_HOP_LIMIT
static final short ICMP_V6_MAX_HOP_LIMIT
- See Also:
- Constant Field Values
-
ICMPV6_OFFSET
static final int ICMPV6_OFFSET
- See Also:
- Constant Field Values
-
ICMP_V6_OPTION_SOURCE_LLA
static final short ICMP_V6_OPTION_SOURCE_LLA
- See Also:
- Constant Field Values
-
ICMP_V6_OPTION_TARGET_LLA
static final short ICMP_V6_OPTION_TARGET_LLA
- See Also:
- Constant Field Values
-
ICMP_V6_OPTION_PREFIX_INFO
static final short ICMP_V6_OPTION_PREFIX_INFO
- See Also:
- Constant Field Values
-
ICMP_V6_OPTION_REDIRECTED_HEADER
static final short ICMP_V6_OPTION_REDIRECTED_HEADER
- See Also:
- Constant Field Values
-
ICMP_V6_OPTION_MTU
static final short ICMP_V6_OPTION_MTU
- See Also:
- Constant Field Values
-
ALL_NODES_MCAST_MAC
static final java.lang.String ALL_NODES_MCAST_MAC
- See Also:
- Constant Field Values
-
ALL_ROUTERS_MCAST_MAC
static final java.lang.String ALL_ROUTERS_MCAST_MAC
- See Also:
- Constant Field Values
-
ALL_NODES_MCAST_ADDRESS
static final java.lang.String ALL_NODES_MCAST_ADDRESS
- See Also:
- Constant Field Values
-
ALL_ROUTERS_MCAST_ADDRESS
static final java.lang.String ALL_ROUTERS_MCAST_ADDRESS
- See Also:
- Constant Field Values
-
IPV6_LINK_LOCAL_PREFIX
static final java.lang.String IPV6_LINK_LOCAL_PREFIX
- See Also:
- Constant Field Values
-
-