aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip.h
Commit message (Expand)AuthorAgeFilesLines
* carp: Set DSCP value CS7Kristof Provost2018-07-011-0/+5
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Since the IETF has redefined the meaning of the tos field to accommodateKevin Lo2015-07-181-10/+11
* Change struct attribute to avoid aligned operations mismatchZbigniew Bodek2015-02-241-1/+1
* Add ToS definitions for DiffServ Codepoints as per RFC2474.Xin LI2012-05-041-0/+25
* use u_char instead of u_int for short bitfields.Luigi Rizzo2010-02-011-4/+4
* Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short.Luigi Rizzo2009-02-131-2/+2
* Move CTASSERT from header file to source file, per implementation note nowEd Maste2008-09-261-4/+0
* Remove IPTOS_CE and IPTOS_ECT constants. They were defined in RFC 2481Rui Paulo2007-10-191-5/+0
* White space and style cleanup.Robert Watson2007-05-111-10/+11
* Marking this as __packed was needed to get the alignment and offset ofWarner Losh2007-01-121-1/+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
* Spell types consistently throughout this file. Do not use the __packed ...Bruce M Simpson2004-02-161-4/+4
* Initial import of RFC 2385 (TCP-MD5) digest support.Bruce M Simpson2004-02-111-0/+12
* add ECN support in layer-3.Hajimu UMEMOTO2003-10-291-4/+15
* Back out support for RFC3514.Matthew N. Dodd2003-04-021-1/+0
* Sync constant define with NetBSD.Matthew N. Dodd2003-04-021-1/+1
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).Matthew N. Dodd2003-04-011-0/+1
* Use __packed instead of __attribute__((__packed__)).Maxime Henrion2003-03-221-1/+3
* Fix two instances of variant struct definitions in sys/netinet:Poul-Henning Kamp2002-10-201-10/+3
* o Add IPOPT_ESO for the 'Extended Security' IP option (RFC1108)Robert Watson2001-12-141-0/+1
* o Add definition for IPOPT_CIPSO, the commercial security IP optionRobert Watson2001-12-141-0/+1
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-0/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-071-5/+5
* NetBSD PR# 2772Dima Ruban1998-02-261-1/+2
* Removed a stale comment. (We don't declare ip_len and ip_offset asBruce Evans1997-12-191-5/+1
* 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
* Give ip_len and ip_off more natural, unsigned types.Garrett Wollman1996-10-231-3/+3
* Define a few macros useful in the _IP_VHL case.Garrett Wollman1996-04-181-1/+8
* IGMPv2 routines rewritten, to be more compact and to fully complyBill Fenner1996-03-141-1/+2
* If _IP_VHL is defined, declare a single ip_vhl member in struct ip ratherGarrett Wollman1995-12-211-1/+5
* Merge 4.4-Lite-2 by updating the version number.Garrett Wollman1995-09-211-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* Add IPTOS_MINCOST according to RFC 1349Andrey A. Chernov1995-05-051-2/+3
* 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/+168