aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_icmp.h
Commit message (Expand)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add support for handling ICMP and ICMP6 messages sent in responseMichael Tuexen2016-04-291-2/+3
* Allow the handling of ICMP messages sent in response to SCTP packetsMichael Tuexen2016-04-141-2/+3
* When delivering an ICMP packet to the ctlinput function, ensure thatMichael Tuexen2016-04-141-0/+6
* Where appropriate, use the modern terms for the one true time baseWarner Losh2014-12-211-1/+1
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-1/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-1/+0
* Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short.Luigi Rizzo2009-02-131-9/+13
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-0/+1
* Pass icmp_error() the MTU argument directly instead ofAndre Oppermann2005-05-041-1/+1
* Introduce a struct icmphdr which contains the type, code, and cksumBrooks Davis2005-04-261-0/+11
* Move Path MTU discovery ICMP processing from icmp_input() toAndre Oppermann2005-04-211-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Tweak existing header and other build infrastructure to be able to buildMax Laier2004-02-261-1/+16
* Add comments regarding the ICMP timestamp fields.Matthew N. Dodd2003-03-211-4/+4
* Fix two instances of variant struct definitions in sys/netinet:Poul-Henning Kamp2002-10-201-5/+0
* Remove __P.Alfred Perlstein2002-03-191-2/+2
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>Julian Elischer2001-09-031-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-1/+1
* add two more codes to ICMP error 12 (Parameter Problem).Jonathan M. Bresler1999-11-151-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Declare id_mask as a fixed-size type.Bruce Evans1998-07-131-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add #define's for RFC1716/RFC1812 new ICMP UNREACHABLE types.Bill Fenner1996-08-201-1/+4
* Eliminate some more references to separate ip_v and ip_hl fields.Garrett Wollman1996-07-241-1/+6
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Add definitions for ICMP router discovery.Bill Fenner1996-01-191-1/+20
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-4/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Made idempotent.Paul Richards1994-08-211-1/+6
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+160