Searched refs:MalformedPacketException (Results 1 – 1 of 1) sorted by relevance
252 private static class MalformedPacketException extends Exception { class in DhcpServer253 MalformedPacketException(String message, Throwable t) { in MalformedPacketException() method in DhcpServer.MalformedPacketException533 } catch (MalformedPacketException e) { in processPacket()545 throws MalformedPacketException { in processDiscover()566 throws MalformedPacketException { in processRequest()587 throws MalformedPacketException { in processRelease()596 throws MalformedPacketException { in processDecline()823 private MacAddress getMacAddr(@NonNull DhcpPacket packet) throws MalformedPacketException { in getMacAddr()829 throw new MalformedPacketException(message, e); in getMacAddr()