summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/pim6_var.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove more constants related to static sysctl nodes. The MAXID constantsjhb2014-02-251-2/+1
| | | | | | | | were primarily used to size the sysctl name list macros that were removed in r254295. A few other constants either did not have an associated sysctl node, or the associated node used OID_AUTO instead. PR: ports/184525 (exp-run)
* Remove most of the remaining sysctl name list macros. They were onlyjhb2013-08-261-4/+0
| | | | | | | | ever intended for use in sysctl(8) and it has not used them for many years. Reviewed by: bde Tested by: exp-run by bdrewery
* Prepare network statistics structures for migration to PCPU counters.ae2013-07-091-7/+7
| | | | | | | | | | Use uint64_t as type for all fields of structures. Changed structures: ahstat, arpstat, espstat, icmp6_ifstat, icmp6stat, in6_ifstat, ip6stat, ipcompstat, ipipstat, ipsecstat, mrt6stat, mrtstat, pfkeystat, pim6stat, pimstat, rip6stat, udpstat. Discussed with: arch@
* Remove __P.delphij2012-10-221-1/+1
| | | | | | Submitted by: kevlo Reviewed by: md5(1) MFC after: 2 months
* Clean up VCS Ids.obrien2007-12-101-6/+6
|
* Remove public declarations of variables that were forgotten when they wereobrien2005-08-101-2/+0
| | | | made static.
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
|
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-18/+17
| | | | | | | API changes: - additional IPv6 ioctls - IPsec PF_KEY API was changed, it is mandatory to upgrade setkey(8). (also syntax change)
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+71
for IPv6 yet) With this patch, you can assigne IPv6 addr automatically, and can reply to IPv6 ping. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud