protocol.c (1da177e4c3f41524e886b7f1b8a0c1fc7321cac2) | protocol.c (02c30a84e6298b6b20a56f0896ac80b47839e134) |
---|---|
1/* 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 3 * operating system. INET is implemented using the BSD Socket 4 * interface as the means of communication with the user level. 5 * 6 * INET protocol dispatch tables. 7 * 8 * Version: $Id: protocol.c,v 1.14 2001/05/18 02:25:49 davem Exp $ 9 * | 1/* 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 3 * operating system. INET is implemented using the BSD Socket 4 * interface as the means of communication with the user level. 5 * 6 * INET protocol dispatch tables. 7 * 8 * Version: $Id: protocol.c,v 1.14 2001/05/18 02:25:49 davem Exp $ 9 * |
10 * Authors: Ross Biro, <bir7@leland.Stanford.Edu> | 10 * Authors: Ross Biro |
11 * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> 12 * 13 * Fixes: 14 * Alan Cox : Ahah! udp icmp errors don't work because 15 * udp_err is never called! 16 * Alan Cox : Added new fields for init and ready for 17 * proper fragmentation (_NO_ 4K limits!) 18 * Richard Colella : Hang on hash collision --- 83 unchanged lines hidden --- | 11 * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> 12 * 13 * Fixes: 14 * Alan Cox : Ahah! udp icmp errors don't work because 15 * udp_err is never called! 16 * Alan Cox : Added new fields for init and ready for 17 * proper fragmentation (_NO_ 4K limits!) 18 * Richard Colella : Hang on hash collision --- 83 unchanged lines hidden --- |