aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-071-5/+5
| | | | | | | or unsigned int). Notes: svn path=/head/; revision=36725
* NetBSD PR# 2772Dima Ruban1998-02-261-1/+2
| | | | | | | Reviewed by: David Greenman Notes: svn path=/head/; revision=33851
* Removed a stale comment. (We don't declare ip_len and ip_offset asBruce Evans1997-12-191-5/+1
| | | | | | | | short. I guess we depend on bogus ANSI value-preserving extension of u_short to int to avoid unsigned comparison bugs.) Notes: svn path=/head/; revision=31881
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
| | | | | | | ready for it yet. Notes: svn path=/head/; revision=22975
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Give ip_len and ip_off more natural, unsigned types.Garrett Wollman1996-10-231-3/+3
| | | | Notes: svn path=/head/; revision=19136
* Define a few macros useful in the _IP_VHL case.Garrett Wollman1996-04-181-1/+8
| | | | Notes: svn path=/head/; revision=15294
* IGMPv2 routines rewritten, to be more compact and to fully complyBill Fenner1996-03-141-1/+2
| | | | | | | with the IGMPv2 Internet Draft (including Router Alert IP option) Notes: svn path=/head/; revision=14622
* If _IP_VHL is defined, declare a single ip_vhl member in struct ip ratherGarrett Wollman1995-12-211-1/+5
| | | | | | | | than separate ip_v and ip_hl members. Should have no effect on current code, but I'd eventually like to get rid of those obnoxious bitfields completely. Notes: svn path=/head/; revision=12956
* Merge 4.4-Lite-2 by updating the version number.Garrett Wollman1995-09-211-2/+2
| | | | | | | Obtained from: 4.4BSD-Lite-2 Notes: svn path=/head/; revision=10942
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
| | | | Notes: svn path=/head/; revision=8876
* Add IPTOS_MINCOST according to RFC 1349Andrey A. Chernov1995-05-051-2/+3
| | | | | | | | | Change IPTOS_PREC_ROUTINE to 0 (was conflict with IPTOS_LOWDELAY) according to RFC 791 (unchanged since it) and BSDI 2.0 style Submitted by: Igor Sviridov <siac@ua.net> Notes: svn path=/head/; revision=8293
* Made idempotent.Paul Richards1994-08-211-1/+6
| | | | | | | Submitted by: Paul Notes: svn path=/head/; revision=2169
* Added $Id$David Greenman1994-08-021-0/+1
| | | | Notes: svn path=/head/; revision=1817
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+168
Notes: svn path=/head/; revision=1541