summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Treat all internet addresses as u_int32_t.jb1998-05-101-15/+15
* According to:phk1998-04-191-3/+14
* OOPs typo TCF, not TCP....julian1998-02-251-2/+2
* Bring our in.h up to date with respect to allocatedjulian1998-02-251-3/+86
* Add new sysctl variable: net.inet.ip.accept_sourcerouteguido1998-02-161-2/+4
* Export ipstat via sysctl. Don't understand why this wasn't done before.wollman1997-09-251-2/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add INADDR_LOOPBACK, moved from <rpc/rpc.h>peter1996-12-301-1/+2
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfacefenner1996-11-111-1/+2
* Changed args to the nat functions.sos1996-10-221-2/+2
* Reword two comments.alex1996-10-191-3/+3
* Add hooks for an IP NAT module, much like the firewall stuff...sos1996-08-211-5/+21
* Add two more portrange sysctls, which control the area of the belowpeter1996-08-121-2/+10
* Adding changes to ipfw and the kernel to support ip packet diversion..julian1996-07-101-1/+2
* Add feature for tcp "established".phk1996-04-031-3/+9
* IGMPv2 routines rewritten, to be more compact and to fully complyfenner1996-03-141-1/+2
* Make the default behavior of local port assignment match traditionalpeter1996-02-221-14/+48
* Change the default local address range for IP from 1024 through 5000peter1996-01-191-1/+15
* New style sysctl & staticize alot of stuff.phk1995-11-141-3/+1
* Instrument the IP input queue with two new read-only MIB entries:wollman1995-11-011-2/+6
* Change the compile-time option of DIRECTED_BROADCAST into a sysctlpeter1995-07-181-2/+4
* Kernel side of 3.5 multicast routing code, based on work by Bill Fennerwollman1995-06-131-3/+5
* Reject source routes unless configured on by administrator.wollman1995-03-161-1/+3
* Add inet_ntoa() and replace ARP's private routine with same.wollman1995-03-161-1/+4
OpenPOWER on IntegriCloud