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 MACAddressSectionIPv6AddressSection. 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 IPv6AddressSectionIPv6AddressNetwork.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 MACAddressSectionMACAddressSection. adjustPrefixBySegment(boolean nextSegment)MACAddressSectionMACAddressSection. adjustPrefixBySegment(boolean nextSegment, boolean zeroed)MACAddressSectionMACAddressSection. adjustPrefixLength(int adjustment)MACAddressSectionMACAddressSection. adjustPrefixLength(int adjustment, boolean zeroed)MACAddressSectionMACAddressSection. append(MACAddressSection other)MACAddressSectionMACAddressSection. appendToPrefix(MACAddressSection other)MACAddressSectionMACAddressSection. applyPrefixLength(int prefixLength)Deprecated.MACAddressSectionMACAddressSection. getLower()MACAddressSectionMACAddress. getODISection()MACAddressSectionMACAddressSection. getODISection()MACAddressSectionMACAddress. getOUISection()MACAddressSectionMACAddressSection. getOUISection()MACAddressSectionMACAddress. getSection()MACAddressSectionMACAddress. getSection(int index)MACAddressSectionMACAddress. getSection(int index, int endIndex)MACAddressSectionMACAddressSection. getSection()MACAddressSectionMACAddressSection. getSection(int index)MACAddressSectionMACAddressSection. getSection(int index, int endIndex)MACAddressSectionMACAddressSection. getUpper()MACAddressSectionMACAddressSection. increment(long increment)MACAddressSectionMACAddressSection. incrementBoundary(long increment)MACAddressSectionMACAddressSection. insert(int index, MACAddressSection other)MACAddressSectionMACAddressSection. removePrefixLength()Deprecated.MACAddressSectionMACAddressSection. removePrefixLength(boolean zeroed)Deprecated.MACAddressSectionMACAddressSection. 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 sectionMACAddressSectionMACAddressSection. replace(int index, MACAddressSection replacement)Replace the segments of this section starting at the given index with the given replacement segmentsMACAddressSectionMACAddressSection. reverseBits(boolean perByte)MACAddressSectionMACAddressSection. reverseBytes()MACAddressSectionMACAddressSection. reverseBytesPerSegment()MACAddressSectionMACAddressSection. reverseSegments()MACAddressSectionMACAddressSection. setPrefixLength(int prefixLength)MACAddressSectionMACAddressSection. setPrefixLength(int prefixLength, boolean zeroed)MACAddressSectionMACAddressSection. 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.MACAddressSectionMACAddressSection. toOUIPrefixBlock()Returns a section in which the range of values match the block for the OUI (organizationally unique identifier) bytesMACAddressSectionMACAddressSection. toPrefixBlock()MACAddressSectionMACAddressSection. withoutPrefixLength()Methods in inet.ipaddr.mac with parameters of type MACAddressSection Modifier and Type Method Description MACAddressSectionMACAddressSection. append(MACAddressSection other)MACAddressSectionMACAddressSection. appendToPrefix(MACAddressSection other)booleanMACAddressSection. contains(MACAddressSection other)MACAddressMACAddressNetwork.MACAddressCreator. createAddress(MACAddressSection section)MACAddressSectionMACAddressSection. insert(int index, MACAddressSection other)booleanMACAddressSection. overlaps(MACAddressSection other)MACAddressMACAddress. replace(int startIndex, MACAddressSection replacement)Replaces segments starting from startIndex with as many segments as possible from the replacement sectionMACAddressSectionMACAddressSection. 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 sectionMACAddressSectionMACAddressSection. 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.
-