summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/raw_ip6.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* percpu counters for raw ipv6 and icmp6 statsjca2017-02-091-2/+23
| | | | ok mpi@
* add sysctl entry points into various network layers, in particular toderaadt2007-12-141-1/+12
| | | | provide netstat(1) with data it needs; ok claudio reyk
* u_quad_t -> u_int64_tbrad2006-07-061-8/+8
| | | | no functional change.
* move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs.itojun2002-06-071-0/+54
rip6 stats. sync w/kame