icmp.c (accba5f3965d6a9d1bf7c1e1a7995d17e9d521b6) | icmp.c (113aa838ec3a235d883f8357d31d90e16c47fc89) |
---|---|
1/* 2 * NET3: Implementation of the ICMP protocol layer. 3 * | 1/* 2 * NET3: Implementation of the ICMP protocol layer. 3 * |
4 * Alan Cox, <alan@redhat.com> | 4 * Alan Cox, <alan@lxorguk.ukuu.org.uk> |
5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * as published by the Free Software Foundation; either version 9 * 2 of the License, or (at your option) any later version. 10 * 11 * Some of the function names and the icmp unreach table for this 12 * module were derived from [icmp.c 1.0.11 06/02/93] by --- 1204 unchanged lines hidden --- | 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * as published by the Free Software Foundation; either version 9 * 2 of the License, or (at your option) any later version. 10 * 11 * Some of the function names and the icmp unreach table for this 12 * module were derived from [icmp.c 1.0.11 06/02/93] by --- 1204 unchanged lines hidden --- |