Searched refs:MalformedPacketException (Results 1 – 1 of 1) sorted by relevance
239 private static class MalformedPacketException extends Exception { class in DhcpServer240 MalformedPacketException(String message, Throwable t) { in MalformedPacketException() method in DhcpServer.MalformedPacketException518 } catch (MalformedPacketException e) { in processPacket()530 throws MalformedPacketException { in processDiscover()551 throws MalformedPacketException { in processRequest()572 throws MalformedPacketException { in processRelease()581 throws MalformedPacketException { in processDecline()805 private MacAddress getMacAddr(@NonNull DhcpPacket packet) throws MalformedPacketException { in getMacAddr()811 throw new MalformedPacketException(message, e); in getMacAddr()