Uses of Class
inet.ipaddr.mac.MACAddressSection
-
Packages that use MACAddressSection Package Description inet.ipaddr.ipv6 Classes for IPv6inet.ipaddr.mac Classes for MAC addresses. -
-
Uses of MACAddressSection in inet.ipaddr.ipv6
Methods in inet.ipaddr.ipv6 that return MACAddressSection Modifier and Type Method Description MACAddressSection
IPv6AddressSection. toEUI(boolean extended)
Returns the corresponding mac section, or null if this address section does not correspond to a mac section.Methods in inet.ipaddr.ipv6 with parameters of type MACAddressSection Modifier and Type Method Description IPv6AddressSection
IPv6AddressNetwork.IPv6AddressCreator. createSection(MACAddressSection eui)
Constructors in inet.ipaddr.ipv6 with parameters of type MACAddressSection Constructor Description IPv6Address(IPv6AddressSection section, MACAddressSection eui)
Constructs an IPv6 address from a modified EUI-64 (Extended Unique Identifier) address and an IPv6 address section network prefix.IPv6Address(IPv6AddressSection section, MACAddressSection eui, IPv6Address.IPv6Zone zone)
Constructs an IPv6 address from a modified EUI-64 (Extended Unique Identifier) address and an IPv6 address section network prefix.IPv6Address(IPv6AddressSection section, MACAddressSection eui, java.lang.CharSequence zone)
Deprecated.IPv6AddressSection(MACAddressSection eui)
Constructs the corresponding IPv6 address section from a modified EUI-64 (Extended Unique Identifier) address section. -
Uses of MACAddressSection in inet.ipaddr.mac
Methods in inet.ipaddr.mac that return MACAddressSection Modifier and Type Method Description MACAddressSection
MACAddressSection. adjustPrefixBySegment(boolean nextSegment)
MACAddressSection
MACAddressSection. adjustPrefixBySegment(boolean nextSegment, boolean zeroed)
MACAddressSection
MACAddressSection. adjustPrefixLength(int adjustment)
MACAddressSection
MACAddressSection. adjustPrefixLength(int adjustment, boolean zeroed)
MACAddressSection
MACAddressSection. append(MACAddressSection other)
MACAddressSection
MACAddressSection. appendToPrefix(MACAddressSection other)
MACAddressSection
MACAddressSection. applyPrefixLength(int prefixLength)
Deprecated.MACAddressSection
MACAddressSection. getLower()
MACAddressSection
MACAddress. getODISection()
MACAddressSection
MACAddressSection. getODISection()
MACAddressSection
MACAddress. getOUISection()
MACAddressSection
MACAddressSection. getOUISection()
MACAddressSection
MACAddress. getSection()
MACAddressSection
MACAddress. getSection(int index)
MACAddressSection
MACAddress. getSection(int index, int endIndex)
MACAddressSection
MACAddressSection. getSection()
MACAddressSection
MACAddressSection. getSection(int index)
MACAddressSection
MACAddressSection. getSection(int index, int endIndex)
MACAddressSection
MACAddressSection. getUpper()
MACAddressSection
MACAddressSection. increment(long increment)
MACAddressSection
MACAddressSection. incrementBoundary(long increment)
MACAddressSection
MACAddressSection. insert(int index, MACAddressSection other)
MACAddressSection
MACAddressSection. removePrefixLength()
Deprecated.MACAddressSection
MACAddressSection. removePrefixLength(boolean zeroed)
Deprecated.MACAddressSection
MACAddressSection. replace(int startIndex, int endIndex, MACAddressSection replacement, int replacementStartIndex, int replacementEndIndex)
Replaces segments starting from startIndex and ending before endIndex with the segments starting at replacementStartIndex and ending before replacementEndIndex from the replacement sectionMACAddressSection
MACAddressSection. replace(int index, MACAddressSection replacement)
Replace the segments of this section starting at the given index with the given replacement segmentsMACAddressSection
MACAddressSection. reverseBits(boolean perByte)
MACAddressSection
MACAddressSection. reverseBytes()
MACAddressSection
MACAddressSection. reverseBytesPerSegment()
MACAddressSection
MACAddressSection. reverseSegments()
MACAddressSection
MACAddressSection. setPrefixLength(int prefixLength)
MACAddressSection
MACAddressSection. setPrefixLength(int prefixLength, boolean zeroed)
MACAddressSection
MACAddressSection. toEUI64(boolean asMAC)
If this section is part of a shorter 48 bit MAC or EUI-48 address seeisExtended()
, then the required sections are inserted (FF-FF for MAC, FF-FE for EUI-48) to extend it to EUI-64.MACAddressSection
MACAddressSection. toOUIPrefixBlock()
Returns a section in which the range of values match the block for the OUI (organizationally unique identifier) bytesMACAddressSection
MACAddressSection. toPrefixBlock()
MACAddressSection
MACAddressSection. withoutPrefixLength()
Methods in inet.ipaddr.mac with parameters of type MACAddressSection Modifier and Type Method Description MACAddressSection
MACAddressSection. append(MACAddressSection other)
MACAddressSection
MACAddressSection. appendToPrefix(MACAddressSection other)
boolean
MACAddressSection. contains(MACAddressSection other)
MACAddress
MACAddressNetwork.MACAddressCreator. createAddress(MACAddressSection section)
MACAddressSection
MACAddressSection. insert(int index, MACAddressSection other)
MACAddressSection
MACAddressSection. replace(int startIndex, int endIndex, MACAddressSection replacement, int replacementStartIndex, int replacementEndIndex)
Replaces segments starting from startIndex and ending before endIndex with the segments starting at replacementStartIndex and ending before replacementEndIndex from the replacement sectionMACAddressSection
MACAddressSection. replace(int index, MACAddressSection replacement)
Replace the segments of this section starting at the given index with the given replacement segmentsConstructors in inet.ipaddr.mac with parameters of type MACAddressSection Constructor Description MACAddress(MACAddressSection section)
Constructs a MAC address.
-