summaryrefslogtreecommitdiff
path: root/sys/netinet/in_var.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a problem introduced in netinet/in.c 1.85.2.7 whereBrian Somers2007-07-071-1/+0
* MFC: The IPv4 code should clean up multicast group state when an interfaceBruce M Simpson2006-10-071-0/+2
* MFC: Account for output IP datagrams on the ifaddr where they willBruce M Simpson2006-09-251-3/+14
* Merge subr_witness.c:1.196, igmp.c:1.49, in.c:1.86, in_var.h:1.55,Robert Watson2005-08-241-0/+14
* Merge in_var.h:1.54, in6_var.h:1.23, mld6.c:1.22 from HEAD to RELENG_6:Robert Watson2005-08-241-0/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Properly declare the "net.inet" sysctl subtree.Andre Oppermann2004-10-191-0/+1
* White space cleanup for netinet before branch:Robert Watson2004-08-161-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Scrub unused variable zeroin_addr.Robert Watson2004-03-101-1/+0
* Introduce ip_fastforward and remove ip_flow.Andre Oppermann2003-11-141-3/+1
* Move from a custom-crafted singly-linked list to the SLIST_* macrosRobert Watson2003-08-201-1/+1
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-1/+0
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-241-1/+1
* Remove __P.Alfred Perlstein2002-03-191-11/+11
* Nuke unused (and incorrect) #define of INADDR_HMASK.Jonathan Lemon2001-09-291-1/+0
* Make the INADDR_TO_IFP macro use the IP address hash lookup instead ofJonathan Lemon2001-09-291-1/+1
* Add a hash table that contains the list of internet addresses, and useJonathan Lemon2001-09-291-2/+18
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Backout damage to the INADDR_TO_IFP() macro in revision 1.7.Ruslan Ermilov2001-07-171-12/+5
* In in_ifadown(), differentiate between whether the interface goesRuslan Ermilov2001-05-111-1/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Use <sys/queue.h> macro API.Poul-Henning Kamp2001-02-041-11/+8
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-1/+7
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viaDavid Greenman1998-05-191-1/+5
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-4/+1
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-2/+3
* 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-1/+1
* Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interfaceGarrett Wollman1997-02-131-0/+2
* Who had the conical hat? Correct a typo, hidden by a bad cast,Garrett Wollman1997-01-211-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-33/+23
* Somehow the removal of ia_next didn't make it in the last time. HopeGarrett Wollman1996-12-151-2/+1
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-16/+17
* IGMPv2 routines rewritten, to be more compact and to fully complyBill Fenner1996-03-141-5/+5
* Provide a direct entry point for IP input. This actually resultsGarrett Wollman1996-02-051-1/+2
* Fix logic bug (!= should be ==) in recent P2P/multicast kludge.David Greenman1996-01-091-2/+2
* Try to make multicast routing work correctly over point-to-pointGarrett Wollman1996-01-031-1/+8
* Actually call in_rtqdrain()as was originally intended.Garrett Wollman1995-12-191-1/+2
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-4/+1
* Merge with 4.4-Lite-2. This is actually a 64-bit fix; the second parameterGarrett Wollman1995-09-211-5/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* in_var.h: in_multi structures now form a queue(3)-style LIST structureGarrett Wollman1995-03-231-8/+11