Searched refs:discoverPacket (Results 1 – 1 of 1) sorted by relevance
759 final DhcpPacket discoverPacket = DhcpPacket.decodeFullPacket(packet, in testExplicitClientId() local761 assertTrue(discoverPacket instanceof DhcpDiscoverPacket); in testExplicitClientId()762 assertTrue(discoverPacket.hasExplicitClientId()); in testExplicitClientId()763 assertTrue(Arrays.equals(discoverPacket.mClientId, clientId)); in testExplicitClientId()