1*97dc5e69SMatthias Ringwald/* 2*97dc5e69SMatthias Ringwald * Copyright (c) 2001, 2002 Swedish Institute of Computer Science. 3*97dc5e69SMatthias Ringwald * All rights reserved. 4*97dc5e69SMatthias Ringwald * 5*97dc5e69SMatthias Ringwald * Redistribution and use in source and binary forms, with or without modification, 6*97dc5e69SMatthias Ringwald * are permitted provided that the following conditions are met: 7*97dc5e69SMatthias Ringwald * 8*97dc5e69SMatthias Ringwald * 1. Redistributions of source code must retain the above copyright notice, 9*97dc5e69SMatthias Ringwald * this list of conditions and the following disclaimer. 10*97dc5e69SMatthias Ringwald * 2. Redistributions in binary form must reproduce the above copyright notice, 11*97dc5e69SMatthias Ringwald * this list of conditions and the following disclaimer in the documentation 12*97dc5e69SMatthias Ringwald * and/or other materials provided with the distribution. 13*97dc5e69SMatthias Ringwald * 3. The name of the author may not be used to endorse or promote products 14*97dc5e69SMatthias Ringwald * derived from this software without specific prior written permission. 15*97dc5e69SMatthias Ringwald * 16*97dc5e69SMatthias Ringwald * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED 17*97dc5e69SMatthias Ringwald * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 18*97dc5e69SMatthias Ringwald * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT 19*97dc5e69SMatthias Ringwald * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20*97dc5e69SMatthias Ringwald * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 21*97dc5e69SMatthias Ringwald * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 22*97dc5e69SMatthias Ringwald * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 23*97dc5e69SMatthias Ringwald * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 24*97dc5e69SMatthias Ringwald * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 25*97dc5e69SMatthias Ringwald * OF SUCH DAMAGE. 26*97dc5e69SMatthias Ringwald * 27*97dc5e69SMatthias Ringwald * This file is part of the lwIP TCP/IP stack. 28*97dc5e69SMatthias Ringwald * 29*97dc5e69SMatthias Ringwald * Author: Adam Dunkels <[email protected]> 30*97dc5e69SMatthias Ringwald * 31*97dc5e69SMatthias Ringwald */ 32*97dc5e69SMatthias Ringwald 33*97dc5e69SMatthias Ringwald 34