Searched refs:offerPacket (Results 1 – 1 of 1) sorted by relevance
383 DhcpPacket offerPacket = null; in runDhcp() local387 offerPacket = getNextDhcpPacket(); in runDhcp()388 if (offerPacket instanceof DhcpOfferPacket) break; in runDhcp()390 if (!(offerPacket instanceof DhcpOfferPacket)) { in runDhcp()394 sendDhcpRequest(fd, offerPacket, clientMacAddr); in runDhcp()498 private void sendDhcpRequest(FileDescriptor fd, DhcpPacket offerPacket, byte[] macAddress) in sendDhcpRequest() argument500 DhcpResults results = offerPacket.toDhcpResults(); in sendDhcpRequest()