Searched refs:InvalidPacketException (Results 1 – 3 of 3) sorted by relevance
62 InetAddress dstAddress, int dstPort, byte[] data) throws InvalidPacketException { in KeepalivePacketData()73 throw new InvalidPacketException(ERROR_INVALID_IP_ADDRESS); in KeepalivePacketData()79 throw new InvalidPacketException(ERROR_INVALID_PORT); in KeepalivePacketData()83 public static class InvalidPacketException extends Exception { class in KeepalivePacketData85 public InvalidPacketException(int error) { in InvalidPacketException() method in KeepalivePacketData.InvalidPacketException96 throws InvalidPacketException { in nattKeepalivePacket()99 throw new InvalidPacketException(ERROR_INVALID_IP_ADDRESS); in nattKeepalivePacket()103 throw new InvalidPacketException(ERROR_INVALID_PORT); in nattKeepalivePacket()
352 } catch (KeepalivePacketData.InvalidPacketException e) { in startNattKeepalive()
1269 throws KeepalivePacketData.InvalidPacketException { in getDstMacForKeepalive()1276 throw new KeepalivePacketData.InvalidPacketException( in getDstMacForKeepalive()1282 throws KeepalivePacketData.InvalidPacketException { in getEtherProtoForKeepalive()1288 throw new KeepalivePacketData.InvalidPacketException( in getEtherProtoForKeepalive()1302 } catch (KeepalivePacketData.InvalidPacketException e) { in startWifiIPPacketOffload()