aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_pcb.h
Commit message (Expand)AuthorAgeFilesLines
* Create new functions in_sockaddr(), in6_sockaddr(), andDon Lewis2002-08-211-0/+2
* do not refer to IN6P_BINDV6ONLY anymore.Hajimu UMEMOTO2002-07-221-1/+0
* Notify functions can destroy the pcb, so they have to return anJeffrey Hsu2002-06-141-2/+3
* Lock up inpcb.Jeffrey Hsu2002-06-101-4/+20
* Change the first argument of prison_xinpcb() to be a thread pointer insteadJohn Baldwin2002-04-091-1/+1
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-241-3/+2
* Switch vm_zone.h with uma.h. Change over to uma interfaces.Jeff Roberson2002-03-201-8/+2
* Remove __P.Alfred Perlstein2002-03-191-22/+22
* This is the first part of the new kernel memory allocator. This replacesJeff Roberson2002-03-191-1/+2
* Document what inpcb->inp_vflag is for.Alfred Perlstein2002-02-251-1/+1
* Add include of net/route.h, as structures moved around due to theRobert Watson2001-11-271-0/+1
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodJonathan Lemon2001-11-221-27/+62
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* When running aplication joined multicast address,Hajimu UMEMOTO2001-08-041-0/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-15/+17
* Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly.Jonathan Lemon2001-02-261-4/+1
* Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.cJesper Skriver2001-02-221-0/+3
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andPoul-Henning Kamp2000-12-241-1/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-6/+6
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-6/+6
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-1/+2
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-13/+138
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-1/+2
* Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-151-2/+23
* Fixed style bugs (mostly) in previous commit.Bruce Evans1998-03-281-6/+5
* Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol createsGarrett Wollman1998-03-241-10/+27
* Improved connection establishment performance by doing local port lookups viaDavid Greenman1998-01-271-23/+34
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-6/+7
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-4/+4
* Reorganize elements of the inpcb struct to take better advantage ofDavid Greenman1997-04-031-6/+12
* Improved performance of hash algorithm while (hopefully) not reducingDavid Greenman1997-03-031-2/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Convert raw IP from mondo-switch-statement-from-Hell toGarrett Wollman1997-02-181-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfaceBill Fenner1996-11-111-2/+4
* Fix braino on my part. When we have three different port ranges (default,Peter Wemm1996-10-301-1/+3
* Improved in_pcblookuphash() to support wildcarding, and changed relaventDavid Greenman1996-10-071-3/+3
* Mark sockets where the kernel chose the port# for.Poul-Henning Kamp1996-08-231-1/+2
* Make the default behavior of local port assignment match traditionalPeter Wemm1996-02-221-1/+3
* Added explicit include of <sys/queue.h>. Currently, some things onlyBruce Evans1995-12-051-1/+3
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-3/+1
* Backed out Jordan's #include of queue.hDavid Greenman1995-04-101-3/+1
* #include <sys/queue.h> or die horribly.Jordan K. Hubbard1995-04-091-1/+3
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,David Greenman1995-04-091-9/+21
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+3
* Made idempotent.Paul Richards1994-08-211-1/+6
* Added $Id$David Greenman1994-08-021-0/+1