summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_icmp.h
AgeCommit message (Expand)Author
2021-02-03CTASSERT -> __CTASSERT to unbreak userland build.roy
2021-02-03Sprinkle CTASSERT to enforce on-wire layout without __packedroy
2021-02-03Remove __packed from various network structuresroy
2018-09-14Use non-variadic function pointer in protosw::pr_input.maxv
2018-02-08Use C99 types - in particular, stop using n_time and n_short -, style, andmaxv
2018-01-23Style, localify icmp_send, and add a clear KASSERT (that replaces a vaguemaxv
2018-01-19Move the ICMP Extension structures from mpls_ttl.c to ip_icmp.h; that'smaxv
2018-01-19Style, explain a bit, and fix icmp_radv, it should be icmp_dun.id_radv.maxv
2017-02-17Protect sysctl_net_inet_ip_pmtudto with icmp_mtx instead of softnet_lockozaki-r
2015-02-18PR/49676: Ryo Shimizu: ICMP_STATINC() buffer overflowschristos
2011-12-24missing commachristos
2011-12-24add ICMP_STRINGS, a few more missing constants.christos
2011-12-24fix whitespace onlychristos
2011-12-24add SKIP, fix PHOTURIS codeschristos
2011-12-23Include the ICMP_PHOTURIS error codes if we're going to define ICMP_PHOTURISjmc
2011-12-23make ICMP_MAXTYPE 18 again to unbreak stats.christos
2011-12-23add missing icmp types.christos
2010-06-26Add MPLS support, proposed on tech-net@ a couple of days agokefren
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2006-05-14Comment out attribute packed. Gcc4 warns us that the field is too narrowchristos
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2005-10-23No need to pass an interface when only the mtu is needed. From OpenBSD viachristos
2004-04-21no space between function name and paren: foo (blah) -> foo(blah)itojun
2004-04-18De __P()matt
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-06-09whitespaceitojun
2001-10-30Add in support for timing out IPv4 routes added due to redirects,kml
2000-10-18Restructure the Path MTU Discovery code somewhat to avoidthorpej
1999-11-20Add the `packed' attribute to structures which describe wire protocol data.thorpej
1998-02-10add/cleanup multiple inclusion protection.perry
1997-08-26Add ICMP unreachable code #13 - "Communication Administratively Prohibited",thorpej
1996-08-03Prototypes and definitions for ICMP Router Discovery, From FreeBSD.neil
1996-02-13netinet prototypeschristos
1995-04-17spacing cleaup. also, minor type mixup fixups.cgd
1995-04-13be a bit more careful and explicit with types. (basically a large no-op.)cgd
1995-03-26KERNEL -> _KERNELjtc
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft
1994-01-08More prototypes.mycroft
1993-05-20more rcsid additions and file header cleanupscgd
1993-04-19Add consistent multiple-inclusion protection.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd