summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_gre.h
Commit message (Collapse)AuthorAgeFilesLines
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-011-7/+0
| | | | | | their software. Obtained from: NetBSD
* Fix stack corruptions on amd64.bz2006-01-211-2/+2
| | | | | | | | | | | | | | | | Vararg functions have a different calling convention than regular functions on amd64. Casting a varag function to a regular one to match the function pointer declaration will hide the varargs from the caller and we will end up with an incorrectly setup stack. Entirely remove the varargs from these functions and change the functions to match the declaration of the function pointers. Remove the now unnecessary casts. Lots of explanations and help from: peter Reviewed by: peter PR: amd64/89261 MFC after: 6 days
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* de-__P().alfred2002-10-161-2/+2
|
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)sobomax2002-09-061-0/+43
and MOBILE (RFC2004) IP tunnels. Obrained from: NetBSD
OpenPOWER on IntegriCloud