index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ip_icmp.h
Age
Commit message (
Expand
)
Author
2020-12-20
Accept reject and blackhole routes for IPsec PMTU discovery.
Alexander Bluhm
2018-11-05
In icmp_input_if() m_pullup up the maximum size of required data at the start.
Claudio Jeker
2017-04-14
Pass down the address family through the pr_input calls. This
Alexander Bluhm
2017-01-29
Change the IPv4 pr_input function to the way IPv6 is implemented,
Alexander Bluhm
2017-01-25
Since raw_input() and route_input() are gone from pr_input, we can
Alexander Bluhm
2016-03-07
http -> https for IETF/IANA URLs in comments
mmcc
2014-07-13
Stop using old n_time, n_long and n_short types in netinet headers.
Martin Pieuchot
2013-08-08
Change MTU discovery functions to not abuse the global icmpsrc variable
Martin Pieuchot
2010-09-13
Change icmp_reflect() so that it does not call icmp_send directly. This
Claudio Jeker
2010-07-08
Add definitions for ICMP extended headers available for some ICMP messages
Claudio Jeker
2009-06-05
Initial support for routing domains. This allows to bind interfaces to
Claudio Jeker
2005-07-31
Change the API for icmp_do_error so that it takes the mtu directly, rather
Christopher Pascoe
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-10
"enought to" -> "enough to" comment typo
Daniel Hartmeier
2002-06-09
whitespace
Jun-ichiro itojun Hagino
2002-06-08
Break up icmp_error() so we can have the icmp error mbuf returned
jasoni
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-12
add rediraccept and redirtimeout sysctl's.
Eric Jackson
2001-07-04
Update with codes, URL, RFCs, from jason@Ackley.NET, closes PR 1919
Angelos D. Keromytis
2001-06-09
Inclusion protection.
Angelos D. Keromytis
2000-12-12
a few more icmp types/codes; itojun@ ok (awhile ago ;)
Michael Shalayeff
2000-12-11
turn off path mtu when icmp needfrag messages get blocked, okay itojun@
Niels Provos
2000-10-10
verify payload of the icmp need fragment message at the tcp layer. okay itojun@
Niels Provos
1999-01-07
add ipv6 transition related ICMP errors
Theo de Raadt
1997-08-26
indent
Theo de Raadt
1997-02-04
changed comment to reflect RFC-1812
kstailey
1997-02-04
Changed ICMP "unreachable" code #defines to match the ones in
kstailey
1997-01-30
Added ICMP Destination Unreachable codes from RFC-1812:
kstailey
1997-01-30
added #define for Communication Administratively Prohibited
kstailey
1996-08-02
ICMP Router Discovery definitions; from FreeBSD
Thorsten Lockert
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt