Searched refs:nextMacAddress (Results 1 – 5 of 5) sorted by relevance
139 MacAddressUtil.nextMacAddress( in testGetNextMacAddressForSecondary()142 MacAddressUtil.nextMacAddress( in testGetNextMacAddressForSecondary()
2687 isForSecondaryDbs ? MacAddressUtil.nextMacAddress(firstMac) : firstMac, in testNonPersistentMacRandomizationEvery24Hours()2741 isForSecondaryDbs ? MacAddressUtil.nextMacAddress(config.getRandomizedMacAddress()) in testRandomizedMacUpdateAndRestore()2758 isForSecondaryDbs ? MacAddressUtil.nextMacAddress(config.getRandomizedMacAddress()) in testRandomizedMacUpdateAndRestore()2782 assertTrue(newMac.equals(MacAddressUtil.nextMacAddress(randomMac))); in testNonPersistentRandomizationDbsMacAddress()
675 mac = MacAddressUtil.nextMacAddress(mac); in setUp()
145 public static MacAddress nextMacAddress(MacAddress mac) { in nextMacAddress() method in MacAddressUtil
669 mac = MacAddressUtil.nextMacAddress(mac); in getRandomizedMacAndUpdateIfNeeded()