Searched refs:clientMacAddr (Results 1 – 1 of 1) sorted by relevance
525 private DhcpResults runDhcp(FileDescriptor fd, byte[] clientMacAddr) throws Exception { in runDhcp() argument531 sendDhcpDiscover(fd, clientMacAddr); in runDhcp()539 sendDhcpRequest(fd, offerPacket, clientMacAddr); in runDhcp()550 byte[] clientMacAddr = new byte[6]; in checkTetheredClientCallbacks()551 new Random().nextBytes(clientMacAddr); in checkTetheredClientCallbacks()553 DhcpResults dhcpResults = runDhcp(fd, clientMacAddr); in checkTetheredClientCallbacks()560 assertEquals(MacAddress.fromBytes(clientMacAddr), client.getMacAddress()); in checkTetheredClientCallbacks()