Searched refs:MAC_LENGTH (Results 1 – 1 of 1) sorted by relevance
42 private static final int MAC_LENGTH = 6; field in NativeUtil44 private static final int MAC_STR_LENGTH = MAC_LENGTH * 2 + 5;125 if (cleanMac.length() != MAC_LENGTH * 2) { in macAddressToByteArray()142 if (macArray.length != MAC_LENGTH) { in macAddressFromByteArray()181 if (macArray.length != MAC_LENGTH) { in macAddressToLong()