summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h
Commit message (Expand)AuthorAgeFilesLines
* correct namespace pollution.ume2003-10-251-2/+1
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-0/+1
* Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent onbms2003-08-201-0/+2
* 1. Basic PIM kernel supporthsu2003-08-071-0/+16
* Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP.mdodd2003-04-291-0/+1
* IP_RECVTTL socket option.mdodd2003-04-291-0/+2
* Back out support for RFC3514.mdodd2003-04-021-2/+0
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).mdodd2003-04-011-0/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Renumber IPPROTO_DIVERT out of the range of valid IP protocol numbers.fenner2002-10-291-2/+5
* Implement a new IP_SENDSRCADDR ancillary message type that permitsiedowse2002-10-211-0/+1
* Add in_hosteq() and in_nullhost() macros to make life of developerssobomax2002-09-041-0/+3
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-3/+3
* Remove some duplicate types that should have been removed as part ofmike2002-05-111-40/+0
* Rearrange <netinet/in.h> so that it is easier to conditionalizemike2002-04-241-48/+96
* Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h>mike2002-04-201-0/+5
* Totally nuke IPPORT_USERRESERVED, it is no longer used anywhere, updatesilby2002-04-101-4/+2
* Unconditionalize the definition of INET_ADDRSTRLEN andmike2002-04-101-2/+0
* Update comments to reflect the recent ephemeral port rangesilby2002-04-091-3/+4
* o Implement <sys/_types.h>, a new header for storing types that aremike2002-04-011-10/+27
* Remove __P.alfred2002-03-191-9/+9
* o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h>mike2002-03-101-0/+2
* o Don't require long long support in bswap64() functions.mike2002-03-091-7/+10
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+17
* o Stop abusing MD headers with non-MD types.mike2001-12-011-0/+15
* Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h>jlemon2001-09-291-0/+4
* Remove unused (and duplicate) struct ip_opts which is never used,luigi2001-09-271-12/+0
* Fix a stack of KAME netinet6/in6.h warnings:peter2001-06-151-2/+4
* IPv4 address is not unsigned int. This change introduces in_addr_t.ume2001-03-231-1/+1
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-3/+0
* Add definitions for IPPROTO numbers 55-57.asmodai2001-02-141-1/+3
* Prototype inet_ntoa_r and thereby silence a warning from GCC. The functionbmilekic2001-01-121-0/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-1/+30
* Add #include <machine/in_cksum.h>, in order to pick up the checksumjlemon2000-05-061-1/+0
* Forbid include of soem inet6 header files from wrong placeshin2000-02-101-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-3/+3
* IPSEC support in the kernel.shin1999-12-221-1/+1
* KAME related header files additions and merges.shin1999-11-051-18/+36
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make ipfw's logging more dynamic. Now, log will use the default limitgreen1999-08-011-1/+2
* Pre-declare struct proc to avoid 'inside param list' warnings.peter1999-05-081-1/+2
* Free the dummynet descriptor in ip_dummynet, not in the calledluigi1999-05-041-2/+3
* This Implements the mumbled about "Jail" feature.phk1999-04-281-1/+4
* Tidy up some stray / unused stuff in the IPFW package and friends.peter1999-04-201-2/+1
* Last bits (i think) of dummynet for -current.luigi1998-12-141-1/+6
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-16/+1
* Support for IPFW based transparent forwarding.julian1998-07-061-2/+2
* Fix wrong data type for a pointer.julian1998-06-061-2/+2
* clean up the changes made to ipfw over the last weeksjulian1998-06-061-2/+2
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viadg1998-05-191-2/+4
OpenPOWER on IntegriCloud