summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add define for IPTOS_DSCP_LE; "low effort" DSCP codepoint standardiseddjm2020-01-261-1/+2
* fix typo in previous commit.tj2017-08-081-2/+2
* Increase the limit of the IP protocol queues from 256 to 2048 mbufs.bluhm2017-08-081-1/+5
* Stop using old n_time, n_long and n_short types in netinet headers.mpi2014-07-131-3/+3
* Includes a router altert option (RAO) in IGMP packets. Without thismpi2014-05-121-1/+2
* ippseudo is kernel-only; checked in ports by sthenderaadt2013-10-241-1/+4
* Define the common DiffServ Codepoints so pf(4) can use them.claudio2009-07-271-3/+28
* use underscore variants of _BYTE_ORDER macros which are always definedtedu2006-04-271-5/+5
* in ansi c, bitfields must be done against int, unsigned int, or _Bool.deraadt2005-12-101-5/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* fix typo; Patrick Latifimillert2003-04-241-2/+2
* bring in ECN support from KAME.kjc2002-05-161-2/+12
* Inclusion protection.angelos2001-06-091-1/+5
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-1/+6
* Added support for TCP MD5 option (RFC 2385).cmetz1999-07-061-1/+14
* OpenBSD tags + some prototyping policeniklas1997-02-241-0/+1
* Make ip_len and ip_off unsigned values; don't transmit or accept packetstholo1997-01-261-6/+2
* Do not run IP defragmentation routines unneccecarily; NetBSD PR# 2772tholo1996-10-181-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+171