aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_icmp.c
Commit message (Expand)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-3/+3
* Handle ICMP codes defined in RFC1812 more appropriatelyPaul Traina1996-09-201-1/+7
* Eliminate some more references to separate ip_v and ip_hl fields.Garrett Wollman1996-07-241-8/+9
* Always pass a route structure when calling ip_output().Garrett Wollman1996-04-031-2/+6
* Fix two cases where ia->ia_ifp could be NULL.Poul-Henning Kamp1996-04-021-2/+4
* Make rip_input() take the header lengthBill Fenner1996-03-261-2/+2
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidBruce Evans1995-12-161-3/+3
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-3/+4
* Added a conditionalized printf for debugging MTU discovery.Garrett Wollman1995-12-081-2/+6
* Removed unnecessary #includes of vm stuff. Most of them were onceBruce Evans1995-12-061-2/+1
* Path MTU Discovery is now standard.Garrett Wollman1995-12-051-7/+7
* Fixed the type of a function pointer.Bruce Evans1995-11-181-3/+3
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-30/+13
* Initial back-end support for IP MTU discovery, gated on MTUDISC. The supportGarrett Wollman1995-09-181-1/+81
* Fix long-standing bug in ICMPPRINTFS code where NTOHL was used insteadGarrett Wollman1995-08-291-12/+20
* ICMP messages received from broken hosts which reply to multicast packetsGarrett Wollman1995-07-101-4/+8
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-3/+5
* Add lots of useful MIB variables and a few not-so-useful ones forGarrett Wollman1995-02-161-3/+6
* Cosmetics: silences gcc -Wall.Poul-Henning Kamp1994-10-081-1/+2
* GCC cleanup.Poul-Henning Kamp1994-10-021-8/+12
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+591