Searched refs:ETHER_ADDR_LEN (Results 1 – 1 of 1) sorted by relevance
179 static final int ETHER_ADDR_LEN = 6; field in NativeDevice5791 if (parts.length != ETHER_ADDR_LEN) { in getEUI48MacAddressInLong()5819 byte[] bytes = new byte[ETHER_ADDR_LEN]; in getEUI48MacAddressInBytes()5820 int index = ETHER_ADDR_LEN; in getEUI48MacAddressInBytes()