Searched refs:clientMacAddr (Results 1 – 1 of 1) sorted by relevance
380 private DhcpResults runDhcp(FileDescriptor fd, byte[] clientMacAddr) throws Exception { in runDhcp() argument386 sendDhcpDiscover(fd, clientMacAddr); in runDhcp()394 sendDhcpRequest(fd, offerPacket, clientMacAddr); in runDhcp()405 byte[] clientMacAddr = new byte[6]; in checkTetheredClientCallbacks()406 new Random().nextBytes(clientMacAddr); in checkTetheredClientCallbacks()408 DhcpResults dhcpResults = runDhcp(fd, clientMacAddr); in checkTetheredClientCallbacks()415 assertEquals(MacAddress.fromBytes(clientMacAddr), client.getMacAddress()); in checkTetheredClientCallbacks()