Searched refs:VALID_LONG_MASK (Results 1 – 1 of 1) sorted by relevance
34 private static final long VALID_LONG_MASK = (1L << 48) - 1; field in MacAddressUtils82 addr = r.nextLong() & VALID_LONG_MASK; in createRandomUnicastAddress()