summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_icmp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Accept reject and blackhole routes for IPsec PMTU discovery.bluhm2020-12-201-2/+2
* In icmp_input_if() m_pullup up the maximum size of required data at the start.claudio2018-11-051-1/+2
* Pass down the address family through the pr_input calls. Thisbluhm2017-04-141-2/+2
* Change the IPv4 pr_input function to the way IPv6 is implemented,bluhm2017-01-291-2/+2
* Since raw_input() and route_input() are gone from pr_input, we canbluhm2017-01-251-2/+2
* http -> https for IETF/IANA URLs in commentsmmcc2016-03-071-2/+2
* Stop using old n_time, n_long and n_short types in netinet headers.mpi2014-07-131-14/+14
* Change MTU discovery functions to not abuse the global icmpsrc variablempi2013-08-081-2/+2
* Change icmp_reflect() so that it does not call icmp_send directly. Thisclaudio2010-09-131-2/+3
* Add definitions for ICMP extended headers available for some ICMP messagesclaudio2010-07-081-2/+26
* Initial support for routing domains. This allows to bind interfaces toclaudio2009-06-051-3/+3
* Change the API for icmp_do_error so that it takes the mtu directly, ratherpascoe2005-07-311-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* "enought to" -> "enough to" comment typodhartmei2003-05-101-2/+2
* whitespaceitojun2002-06-091-2/+2
* Break up icmp_error() so we can have the icmp error mbuf returnedjasoni2002-06-081-1/+3
* First round of __P removal in sysmillert2002-03-141-8/+8
* add rediraccept and redirtimeout sysctl's.ericj2002-01-121-1/+2
* Update with codes, URL, RFCs, from jason@Ackley.NET, closes PR 1919angelos2001-07-041-3/+24
* Inclusion protection.angelos2001-06-091-2/+6
* a few more icmp types/codes; itojun@ ok (awhile ago ;)mickey2000-12-121-1/+5
* turn off path mtu when icmp needfrag messages get blocked, okay itojun@provos2000-12-111-1/+3
* verify payload of the icmp need fragment message at the tcp layer. okay itojun@provos2000-10-101-1/+2
* add ipv6 transition related ICMP errorsderaadt1999-01-071-1/+7
* indentderaadt1997-08-261-6/+6
* changed comment to reflect RFC-1812kstailey1997-02-041-2/+2
* Changed ICMP "unreachable" code #defines to match the ones inkstailey1997-02-041-17/+17
* Added ICMP Destination Unreachable codes from RFC-1812:kstailey1997-01-301-1/+3
* added #define for Communication Administratively Prohibitedkstailey1997-01-301-1/+2
* ICMP Router Discovery definitions; from FreeBSDtholo1996-08-021-1/+18
* From NetBSD: 960217 mergeniklas1996-03-031-2/+3
* initial import of NetBSD treederaadt1995-10-181-0/+162