summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcpip.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge the content of <netinet/tcpip.h> and <netinet6/tcpipv6.h> inmpi2017-05-181-61/+0
| | | | | | | | | <netinet/tcp_debug.h>. The IPv6 variant was always included and the IPv4 version is not present on all systems. Most of the offending ports are already fixed, thanks to sthen@!
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Inclusion protection.angelos2001-06-091-1/+6
|
* indentderaadt1997-08-261-2/+2
|
* OpenBSD tags + some prototyping policeniklas1997-02-241-0/+1
|
* from netbsd:deraadt1995-12-141-3/+1
| | | | | | | | | make netinet work on systems where pointers and longs are 64 bits (like the alpha). Biggest problem: IP headers were overlayed with structure which included pointers, and which therefore didn't overlay properly on 64-bit machines. Solution: instead of threading pointers through IP header overlays, add a "queue element" structure to do the threading, and point it at the ip headers.
* initial import of NetBSD treederaadt1995-10-181-0/+61